Enum ExifOrientation

Enum ExifOrientation

Der Name: Aspose.Imaging.Exif.Enums Versammlung: Aspose.Imaging.dll (25.4.0)

Exif Bild Orientierung.

public enum ExifOrientation : ushort

Fields

BottomLeft = 4

Hinter links. 180 Grad dreht und dann horizontal umgekehrt.

BottomRight = 3

Bottom right. mit 180 Grad dreht.

LeftBottom = 8

Links unteren. rotiert mit 90 Grad Kontra-Stunde.

LeftTop = 5

Linke Spitze. rotiert mit 90 Grad counterklockwise und dann horizontal umgekehrt.

RightBottom = 7

Rotiert mit 90 Grad klockwidrig und dann horizontal umgekehrt.

RightTop = 6

Rückschritt: Rückschritt mit 90 Grad.

TopLeft = 1

Höhere Linke - Default Orientation.

TopRight = 2

Höher rechts, horizontal umgekehrt.

 Deutsch