TiffOrientations
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class TiffOrientations extends System.Enum
اتجاه الصورة. القيم الممكنة لعلامة ORIENTATION.
الحقول
| حقل | الوصف |
|---|---|
| TopLeft | الصف 0 أعلى، العمود 0 يسار. |
| TopRight | الصف 0 أعلى، العمود 0 rhs. |
| BottomRight | الصف 0 أسفل، العمود 0 rhs. |
| BottomLeft | الصف 0 أسفل، العمود 0 lhs. |
| LeftTop | الصف 0 lhs، العمود 0 أعلى. |
| RightTop | الصف 0 rhs، العمود 0 أعلى. |
| RightBottom | الصف 0 rhs، العمود 0 أسفل. |
| LeftBottom | الصف 0 lhs، العمود 0 أسفل. |
TopLeft
public static final int TopLeft
الصف 0 أعلى، العمود 0 يسار.
TopRight
public static final int TopRight
الصف 0 أعلى، العمود 0 rhs.
BottomRight
public static final int BottomRight
الصف 0 أسفل، العمود 0 rhs.
BottomLeft
public static final int BottomLeft
الصف 0 أسفل، العمود 0 lhs.
LeftTop
public static final int LeftTop
الصف 0 lhs، العمود 0 أعلى.
RightTop
public static final int RightTop
الصف 0 rhs، العمود 0 أعلى.
RightBottom
public static final int RightBottom
الصف 0 rhs، العمود 0 أسفل.
LeftBottom
public static final int LeftBottom
الصف 0 lhs، العمود 0 أسفل.