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.
RightBottom7행 0 rhs, 열 0 bottom.
LeftBottom8행 0 lhs, 열 0 bottom.

또한보십시오