Enum ExifOrientation
Enum ExifOrientation
Namespace: Aspose.Imaging.Exif.Enums
Assembly: Aspose.Imaging.dll (25.2.0)
Exif görüntü yönlendirmesi.
public enum ExifOrientation : ushort
Alanlar
BottomLeft = 4
Aşağı sol. 180 derece döndürülmüş ve ardından yatay olarak ters çevrilmiş.
BottomRight = 3
Aşağı sağ. 180 derece döndürülmüş.
LeftBottom = 8
Sol alt. 90 derece saat yönünün tersine döndürülmüş.
LeftTop = 5
Sol üst. 90 derece saat yönünün tersine döndürülmüş ve ardından yatay olarak ters çevrilmiş.
RightBottom = 7
Sağ alt. 90 derece saat yönünde döndürülmüş ve ardından yatay olarak ters çevrilmiş.
RightTop = 6
Sağ üst. 90 derece saat yönünde döndürülmüş.
TopLeft = 1
Üst sol. Varsayılan yönlendirme.
TopRight = 2
Üst sağ. Yatay olarak ters çevrilmiş.