TiffOrientations Enumeration

Image orientation.
Possible values for ORIENTATION tag.

Namespace:  Aspose.CAD.FileFormats.Tiff.Enums
Assembly:  Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax
public enum TiffOrientations
Members
  Member nameValueDescription
TopLeft1 Row 0 top, Column 0 lhs.
TopRight2 Row 0 top, Column 0 rhs.
BottomRight3 Row 0 bottom, Column 0 rhs.
BottomLeft4 Row 0 bottom, Column 0 lhs.
LeftTop5 Row 0 lhs, Column 0 top.
RightTop6 Row 0 rhs, Column 0 top.
RightBottom7 Row 0 rhs, Column 0 bottom.
LeftBottom8 Row 0 lhs, Column 0 bottom.
See Also