Enum TiffOrientations

Enum TiffOrientations

이름 공간 : Aspose.Imaging.FileFormats.Tiff.Enums 모임: Aspose.Imaging.dll (25.4.0)

이미지 방향화
오리엔테이션 태그에 대한 가능한 값.

public enum TiffOrientations : ushort

Fields

BottomLeft = 4

라인 0 아래, 열 0 lhs.

BottomRight = 3

라인 0 아래, 열 0 rhs.

LeftBottom = 8

라인 0 lhs, 열 0 바닥.

LeftTop = 5

라인 0 lhs, 열 0 상단.

RightBottom = 7

라인 0 rhs, 열 0 바닥.

RightTop = 6

라인 0 rhs, 열 0 상단.

TopLeft = 1

롤 0 상단, 열 0 lhs.

TopRight = 2

라인 0 위, 열 0 rhs.

 한국어