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 اليمين.
BottomRightالصف 0 أسفل، العمود 0 اليمين.
BottomLeftالصف 0 أسفل، العمود 0 اليسار.
LeftTopالصف 0 اليسار، العمود 0 أعلى.
RightTopالصف 0 اليمين، العمود 0 أعلى.
RightBottomالصف 0 اليمين، العمود 0 أسفل.
LeftBottomالصف 0 اليسار، العمود 0 أسفل.

TopLeft

public static final int TopLeft

الصف 0 أعلى، العمود 0 اليسار.

TopRight

public static final int TopRight

الصف 0 أعلى، العمود 0 اليمين.

BottomRight

public static final int BottomRight

الصف 0 أسفل، العمود 0 اليمين.

BottomLeft

public static final int BottomLeft

الصف 0 أسفل، العمود 0 اليسار.

LeftTop

public static final int LeftTop

الصف 0 اليسار، العمود 0 أعلى.

RightTop

public static final int RightTop

الصف 0 اليمين، العمود 0 أعلى.

RightBottom

public static final int RightBottom

الصف 0 اليمين، العمود 0 أسفل.

LeftBottom

public static final int LeftBottom

الصف 0 اليسار، العمود 0 أسفل.