Enum TiffOrientations

TiffOrientations enumeration

图像方向。 ORIENTATION 标记的可能值。

public enum TiffOrientations : ushort

价值观

姓名价值描述
TopLeft1第 0 行顶部,第 0 列 lhs.
TopRight2第 0 行顶部,第 0 列 rhs.
BottomRight3第 0 行底部,第 0 列 rhs.
BottomLeft4第 0 行底部,第 0 列 lhs.
LeftTop5第 0 行 lhs,第 0 列 top.
RightTop6第 0 行 rhs,第 0 列 top.
RightBottom7Row 0 rhs, Column 0 bottom.
LeftBottom8第 0 行 lhs,第 0 列底部.

也可以看看