TiffOrientations

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

public final class TiffOrientations extends System.Enum

Image orientation. Possible values for ORIENTATION tag.

Fields

FieldDescription
TopLeftRow 0 top, Column 0 lhs.
TopRightRow 0 top, Column 0 rhs.
BottomRightRow 0 bottom, Column 0 rhs.
BottomLeftRow 0 bottom, Column 0 lhs.
LeftTopRow 0 lhs, Column 0 top.
RightTopRow 0 rhs, Column 0 top.
RightBottomRow 0 rhs, Column 0 bottom.
LeftBottomRow 0 lhs, Column 0 bottom.

TopLeft

public static final int TopLeft

Row 0 top, Column 0 lhs.

TopRight

public static final int TopRight

Row 0 top, Column 0 rhs.

BottomRight

public static final int BottomRight

Row 0 bottom, Column 0 rhs.

BottomLeft

public static final int BottomLeft

Row 0 bottom, Column 0 lhs.

LeftTop

public static final int LeftTop

Row 0 lhs, Column 0 top.

RightTop

public static final int RightTop

Row 0 rhs, Column 0 top.

RightBottom

public static final int RightBottom

Row 0 rhs, Column 0 bottom.

LeftBottom

public static final int LeftBottom

Row 0 lhs, Column 0 bottom.