TiffOrientations

TiffOrientations enumeration

Image orientation. Possible values for ORIENTATION tag.

public enum TiffOrientations : ushort

Values

NameValueDescription
TopLeft1Row 0 top, Column 0 lhs.
TopRight2Row 0 top, Column 0 rhs.
BottomRight3Row 0 bottom, Column 0 rhs.
BottomLeft4Row 0 bottom, Column 0 lhs.
LeftTop5Row 0 lhs, Column 0 top.
RightTop6Row 0 rhs, Column 0 top.
RightBottom7Row 0 rhs, Column 0 bottom.
LeftBottom8Row 0 lhs, Column 0 bottom.

See Also