ExifOrientation enumeration

ExifOrientation enumeration

Exif image orientation.

The ExifOrientation type exposes the following members:

Fields

Field Description
TOP_LEFT Top left. Default orientation.
TOP_RIGHT Top right. Horizontally reversed.
BOTTOM_RIGHT Bottom right. Rotated by 180 degrees.
BOTTOM_LEFT Bottom left. Rotated by 180 degrees and then horizontally reversed.
LEFT_TOP Left top. Rotated by 90 degrees counterclockwise and then horizontally reversed.
RIGHT_TOP Right top. Rotated by 90 degrees clockwise.
RIGHT_BOTTOM Right bottom. Rotated by 90 degrees clockwise and then horizontally reversed.
LEFT_BOTTOM Left bottom. Rotated by 90 degrees counterclockwise.

See Also