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 أسفل.