Enum ExifOrientation

Enum ExifOrientation

Namespace: Aspose.Imaging.Exif.Enums
Assembly: Aspose.Imaging.dll (25.2.0)

Exif image orientation.

public enum ExifOrientation : ushort

Fields

BottomLeft = 4

Bottom left. Rotated by 180 degrees and then horizontally reversed.

BottomRight = 3

Bottom right. Rotated by 180 degrees.

LeftBottom = 8

Left bottom. Rotated by 90 degrees counterclockwise.

LeftTop = 5

Left top. Rotated by 90 degrees counterclockwise and then horizontally reversed.

RightBottom = 7

Right bottom. Rotated by 90 degrees clockwise and then horizontally reversed.

RightTop = 6

Right top. Rotated by 90 degrees clockwise.

TopLeft = 1

Top left. Default orientation.

TopRight = 2

Top right. Horizontally reversed.