TiffOrientations Enumeration
Image orientation.
Possible values for ORIENTATION tag.
Module: aspose.imaging.fileformats.tiff.enums
Full Name: aspose.imaging.fileformats.tiff.enums.TiffOrientations
Members
Member name | Description |
---|---|
BOTTOM_LEFT | Row 0 bottom, Column 0 lhs. |
BOTTOM_RIGHT | Row 0 bottom, Column 0 rhs. |
LEFT_BOTTOM | Row 0 lhs, Column 0 bottom. |
LEFT_TOP | Row 0 lhs, Column 0 top. |
RIGHT_BOTTOM | Row 0 rhs, Column 0 bottom. |
RIGHT_TOP | Row 0 rhs, Column 0 top. |
TOP_LEFT | Row 0 top, Column 0 lhs. |
TOP_RIGHT | Row 0 top, Column 0 rhs. |