Enum ExifOrientation

ExifOrientation enumeration

Exif image orientation.

public enum ExifOrientation

Values

NameValueDescription
TopLeft1Top left. Default orientation.
TopRight2Top right. Horizontally reversed.
BottomRight3Bottom right. Rotated by 180 degrees.
BottomLeft4Bottom left. Rotated by 180 degrees and then horizontally reversed.
LeftTop5Left top. Rotated by 90 degrees counterclockwise and then horizontally reversed.
RightTop6Right top. Rotated by 90 degrees clockwise.
RightBottom7Right bottom. Rotated by 90 degrees clockwise and then horizontally reversed.
LeftBottom8Left bottom. Rotated by 90 degrees counterclockwise.

See Also