Enum ExifOrientation
Enum ExifOrientation
Název místa: Aspose.Imaging.Exif.Enums Shromáždění: Aspose.Imaging.dll (25.4.0)
Exif orientace obrazu.
public enum ExifOrientation : ushort
Fields
BottomLeft = 4
Vrátí se 180 stupňů a pak horizontálně obrác.
BottomRight = 3
V pravé dolní části se otáčí 180 stup.
LeftBottom = 8
Levo dolní. otáčené 90 stupňů protihodinovým způsobem.
LeftTop = 5
Otočíme 90 stupňů protihodinově a pak horizontálně obrácíme.
RightBottom = 7
Pravé dolní. otáčené 90 stupňů hodinově a pak horizontálně obrácen.
RightTop = 6
Pravý vrchol, otáčen 90 stup.
TopLeft = 1
V horní části - výchozí orientace.
TopRight = 2
Vrchní pravá, horizontálně obrácen.