TiffOrientations enumeration
TiffOrientations enumeration
Image orientation.
Possible values for ORIENTATION tag.
The TiffOrientations type exposes the following members:
Fields
Field | Description |
---|---|
TOP_LEFT | Row 0 top, Column 0 lhs. |
TOP_RIGHT | Row 0 top, Column 0 rhs. |
BOTTOM_RIGHT | Row 0 bottom, Column 0 rhs. |
BOTTOM_LEFT | Row 0 bottom, Column 0 lhs. |
LEFT_TOP | Row 0 lhs, Column 0 top. |
RIGHT_TOP | Row 0 rhs, Column 0 top. |
RIGHT_BOTTOM | Row 0 rhs, Column 0 bottom. |
LEFT_BOTTOM | Row 0 lhs, Column 0 bottom. |