ExifOrientation

Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum

public final class ExifOrientation extends System.Enum

Exif image orientation.

Fields

FieldDescription
TopLeftTop left.
TopRightTop right.
BottomRightBottom right.
BottomLeftBottom left.
LeftTopLeft top.
RightTopRight top.
RightBottomRight bottom.
LeftBottomLeft bottom.

TopLeft

public static final int TopLeft

Top left. Default orientation.

TopRight

public static final int TopRight

Top right. Horizontally reversed.

BottomRight

public static final int BottomRight

Bottom right. Rotated by 180 degrees.

BottomLeft

public static final int BottomLeft

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

LeftTop

public static final int LeftTop

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

RightTop

public static final int RightTop

Right top. Rotated by 90 degrees clockwise.

RightBottom

public static final int RightBottom

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

LeftBottom

public static final int LeftBottom

Left bottom. Rotated by 90 degrees counterclockwise.