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.

 中文