TiffOrientations enumeration

TiffOrientations enumeration

Image orientation.

Possible values for ORIENTATION tag.

The TiffOrientations type exposes the following members:

Fields

FieldDescription
TOP_LEFTRow 0 top, Column 0 lhs.
TOP_RIGHTRow 0 top, Column 0 rhs.
BOTTOM_RIGHTRow 0 bottom, Column 0 rhs.
BOTTOM_LEFTRow 0 bottom, Column 0 lhs.
LEFT_TOPRow 0 lhs, Column 0 top.
RIGHT_TOPRow 0 rhs, Column 0 top.
RIGHT_BOTTOMRow 0 rhs, Column 0 bottom.
LEFT_BOTTOMRow 0 lhs, Column 0 bottom.

See Also