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 lhs, 열 0 top. |
RightTop | 6 | 행 0 rhs, 열 0 top. |
RightBottom | 7 | 행 0 rhs, 열 0 bottom. |
LeftBottom | 8 | 행 0 lhs, 열 0 bottom. |