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
Field | Description |
---|---|
TopLeft | Row 0 top, Column 0 lhs. |
TopRight | Row 0 top, Column 0 rhs. |
BottomRight | Row 0 bottom, Column 0 rhs. |
BottomLeft | Row 0 bottom, Column 0 lhs. |
LeftTop | Row 0 lhs, Column 0 top. |
RightTop | Row 0 rhs, Column 0 top. |
RightBottom | Row 0 rhs, Column 0 bottom. |
LeftBottom | Row 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.