public final class ExifOrientation
extends com.aspose.ms.System.Enum
Exif image orientation.
Modifier and Type | Field and Description |
---|---|
static int |
BottomLeft
Bottom left.
|
static int |
BottomRight
Bottom right.
|
static int |
LeftBottom
Left bottom.
|
static int |
LeftTop
Left top.
|
static int |
RightBottom
Right bottom.
|
static int |
RightTop
Right top.
|
static int |
TopLeft
Top left.
|
static int |
TopRight
Top right.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, getValues, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int TopLeft
Top left. Default orientation.
public static final int TopRight
Top right. Horizontally reversed.
public static final int BottomRight
Bottom right. Rotated by 180 degrees.
public static final int BottomLeft
Bottom left. Rotated by 180 degrees and then horizontally reversed.
public static final int LeftTop
Left top. Rotated by 90 degrees counterclockwise and then horizontally reversed.
public static final int RightTop
Right top. Rotated by 90 degrees clockwise.
public static final int RightBottom
Right bottom. Rotated by 90 degrees clockwise and then horizontally reversed.
public static final int LeftBottom
Left bottom. Rotated by 90 degrees counterclockwise.