ExifOrientation

ExifOrientation enumeration

Exif image orientation.

public enum ExifOrientation

Values

Name Value Description
TopLeft 1 Top left. Default orientation.
TopRight 2 Top right. Horizontally reversed.
BottomRight 3 Bottom right. Rotated by 180 degrees.
BottomLeft 4 Bottom left. Rotated by 180 degrees and then horizontally reversed.
LeftTop 5 Left top. Rotated by 90 degrees counterclockwise and then horizontally reversed.
RightTop 6 Right top. Rotated by 90 degrees clockwise.
RightBottom 7 Right bottom. Rotated by 90 degrees clockwise and then horizontally reversed.
LeftBottom 8 Left bottom. Rotated by 90 degrees counterclockwise.

See Also