Enum TiffOrientations

Enum TiffOrientations

Namn på plats: Aspose.Imaging.FileFormats.Tiff.Enums Församling: Aspose.Imaging.dll (25.4.0)

bild orientering .
Möjliga värden för Orientation tag.

public enum TiffOrientations : ushort

Fields

BottomLeft = 4

Rå 0 nedåt, kolumn 0 lhs.

BottomRight = 3

Rå 0 nedåt, kolumn 0 rhs.

LeftBottom = 8

Runt 0 lhs, kolumn 0 nedåt.

LeftTop = 5

Runt 0 lhs, Kolumn 0 topp.

RightBottom = 7

Rå 0 rhs, kolumn 0 nedåt.

RightTop = 6

Row 0 rhs, kolumn 0 topp.

TopLeft = 1

Rå 0 topp, kolumn 0 lhs.

TopRight = 2

Rå 0 topp, kolumn 0 rhs.

 Svenska