Enum TiffOrientations

Enum TiffOrientations

Navne til: Aspose.Imaging.FileFormats.Tiff.Enums Sammensætning: Aspose.Imaging.dll (25.4.0)

billede af orientering.
Mulige værdier for orientering tag.

public enum TiffOrientations : ushort

Fields

BottomLeft = 4

Rå 0 bunden, kolonne 0 lhs.

BottomRight = 3

Rå 0 bunden, kolonne 0 rhs.

LeftBottom = 8

Rå 0 lhs, Kolonne 0 bunden.

LeftTop = 5

Rå 0 lhs, Column 0 top.

RightBottom = 7

Rå 0 rhs, Kolonne 0 bunden.

RightTop = 6

Row 0 rhs, Column 0 top.

TopLeft = 1

Rå 0 top, Kolonne 0 lhs.

TopRight = 2

Rå 0 top, Kolonne 0 rhs.

 Dansk