Enum TiffOrientations
TiffOrientations enumeration
画像の向き。 ORIENTATION タグの可能な値.
public enum TiffOrientations : ushort
値
名前 | 価値 | 説明 |
---|---|---|
TopLeft | 1 | 行 0 上、列 0 lhs. |
TopRight | 2 | 行 0 上、列 0 rhs. |
BottomRight | 3 | 行 0 下、列 0 rhs. |
BottomLeft | 4 | 行 0 下、列 0 lhs. |
LeftTop | 5 | 行 0 左、列 0 top. |
RightTop | 6 | 行 0 右、列 0 上。 |
RightBottom | 7 | 行 0 右、列 0 下。 |
LeftBottom | 8 | 行 0 左、列 0 下。 |