ExifOrientation Enumeration

Exif image orientation.

Module: aspose.imaging.exif.enums

Full Name: aspose.imaging.exif.enums.ExifOrientation

Aspose.Imaging Version: 24.5.0

Members

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