Enum TiffOrientations
TiffOrientations enumeration
Image orientation. Possible values for ORIENTATION tag.
public enum TiffOrientations : ushort
Values
Name | Value | Description |
---|---|---|
TopLeft | 1 | Row 0 top, Column 0 lhs. |
TopRight | 2 | Row 0 top, Column 0 rhs. |
BottomRight | 3 | Row 0 bottom, Column 0 rhs. |
BottomLeft | 4 | Row 0 bottom, Column 0 lhs. |
LeftTop | 5 | Row 0 lhs, Column 0 top. |
RightTop | 6 | Row 0 rhs, Column 0 top. |
RightBottom | 7 | Row 0 rhs, Column 0 bottom. |
LeftBottom | 8 | Row 0 lhs, Column 0 bottom. |
See Also
- namespace Aspose.Imaging.FileFormats.Tiff.Enums
- assembly Aspose.Imaging