Enum TiffOrientations

Enum TiffOrientations

Tên không gian: Aspose.Imaging.FileFormats.Tiff.Enums Tổng hợp: Aspose.Imaging.dll (25.4.0)

định hướng hình ảnh
Các giá trị có thể cho nhãn định hướng.

public enum TiffOrientations : ushort

Fields

BottomLeft = 4

Row 0 dưới, Column 0 lhs.

BottomRight = 3

Row 0 dưới, Column 0 rhs.

LeftBottom = 8

Row 0 lhs, Column 0 dưới cùng.

LeftTop = 5

Row 0 lhs, Column 0 top.

RightBottom = 7

Row 0 rhs, cột 0 dưới cùng.

RightTop = 6

Row 0 rhs, Column 0 top.

TopLeft = 1

Row 0 top, Column 0 lhs.

TopRight = 2

Row 0 top, Column 0 rhs.

 Tiếng Việt