Represents TIFF orientations.
Syntax
Members
Member | Value | Description |
BottomLeft | 4 | The 0th row represents the visual bottom of the image, and the 0th column represents the visual left-hand side. |
BottomRight | 3 | The 0th row represents the visual bottom of the image, and the 0th column represents the visual right-hand side. |
LeftBottom | 8 | The 0th row represents the visual left-hand side of the image, and the 0th column represents the visual bottom. |
LeftTop | 5 | The 0th row represents the visual left-hand side of the image, and the 0th column represents the visual top. |
RightBottom | 7 | The 0th row represents the visual right-hand side of the image, and the 0th column represents the visual bottom. |
RightTop | 6 | The 0th row represents the visual right-hand side of the image, and the 0th column represents the visual top. |
TopLeft | 1 | The 0th row represents the visual top of the image, and the 0th column represents the visual left-hand side. |
TopRight | 2 | The 0th row represents the visual top of the image, and the 0th column represents the visual right-hand side. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
ImageGear.Formats.TIF.ImGearTIFFOrientation
See Also