ExifOrientation enumeration

ExifOrientation enumeration

Exif image orientation.

The ExifOrientation type exposes the following members:

Fields

FieldDescription
TOP_LEFTTop left. Default orientation.
TOP_RIGHTTop right. Horizontally reversed.
BOTTOM_RIGHTBottom right. Rotated by 180 degrees.
BOTTOM_LEFTBottom left. Rotated by 180 degrees and then horizontally reversed.
LEFT_TOPLeft top. Rotated by 90 degrees counterclockwise and then horizontally reversed.
RIGHT_TOPRight top. Rotated by 90 degrees clockwise.
RIGHT_BOTTOMRight bottom. Rotated by 90 degrees clockwise and then horizontally reversed.
LEFT_BOTTOMLeft bottom. Rotated by 90 degrees counterclockwise.

See Also