Enum ExifOrientation
Enum ExifOrientation
Namespace: Aspose.Imaging.Exif.Enums
Assembly: Aspose.Imaging.dll (25.7.0)
Exif image orientation.
public enum ExifOrientation
{
TopLeft = 1,
TopRight = 3,
BottomRight = 6,
BottomLeft = 8,
LeftTop = 2,
RightTop = 5,
LeftBottom = 7,
RightBottom = 4
}
Fields
BottomLeft = 4
Bottom left. Rotated by 180 degrees and then horizontally reversed.
BottomRight = 3
Bottom right. Rotated by 180 degrees.
LeftBottom = 8
Left bottom. Rotated by 90 degrees counterclockwise.
LeftTop = 5
Left top. Rotated by 90 degrees counterclockwise and then horizontally reversed.
RightBottom = 7
Right bottom. Rotated by 90 degrees clockwise and then horizontally reversed.
RightTop = 6
Right top. Rotated by 90 degrees clockwise.
TopLeft = 1
Top left. Default orientation.
TopRight = 2
Top right. Horizontally reversed.