ImageOrientation
An image's EXIF orientation.
1enum ImageOrientation {2EXIF_0_UNKNOWN3EXIF_1_TOP_LEFT4EXIF_2_TOP_RIGHT5EXIF_3_BOTTOM_RIGHT6EXIF_4_BOTTOM_LEFT7EXIF_5_LEFT_TOP8EXIF_6_RIGHT_TOP9EXIF_7_RIGHT_BOTTOM10EXIF_8_LEFT_BOTTOM11}
Values
ImageOrientation.EXIF_0_UNKNOWN
Unknown
ImageOrientation.EXIF_1_TOP_LEFT
Normal
ImageOrientation.EXIF_2_TOP_RIGHT
Mirror horizontally
ImageOrientation.EXIF_3_BOTTOM_RIGHT
Rotate 180°
ImageOrientation.EXIF_4_BOTTOM_LEFT
Mirror vertically
ImageOrientation.EXIF_5_LEFT_TOP
Mirror horizontally, rotate 270° clockwise
ImageOrientation.EXIF_6_RIGHT_TOP
Rotate 90° clockwise
ImageOrientation.EXIF_7_RIGHT_BOTTOM
Mirror horizontally, rotate 90° clockwise
ImageOrientation.EXIF_8_LEFT_BOTTOM
Rotate 270° clockwise
Member Of
StorageItemMedia__Imageobject