Enum Orientation
Image orientation.
Possible values for TiffTag.ORIENTATION tag.
Namespace: BitMiracle.LibTiff.Classic
Assembly: BitMiracle.LibTiff.NET.dll
Syntax
public enum Orientation
Fields
Name | Description |
---|---|
BOTLEFT | Row 0 bottom, Column 0 lhs. |
BOTRIGHT | Row 0 bottom, Column 0 rhs. |
LEFTBOT | Row 0 lhs, Column 0 bottom. |
LEFTTOP | Row 0 lhs, Column 0 top. |
RIGHTBOT | Row 0 rhs, Column 0 bottom. |
RIGHTTOP | Row 0 rhs, Column 0 top. |
TOPLEFT | Row 0 top, Column 0 lhs. |
TOPRIGHT | Row 0 top, Column 0 rhs. |