ExifOrientation

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

public final class ExifOrientation extends System.Enum

Exif bildorientering.

Fält

FältBeskrivning
TopLeftÖvre vänster.
TopRightÖvre höger.
BottomRightNedre höger.
BottomLeftNedre vänster.
LeftTopVänster övre.
RightTopHöger övre.
RightBottomHöger nedre.
LeftBottomVänster nedre.

TopLeft

public static final int TopLeft

Övre vänster. Standardorientering.

TopRight

public static final int TopRight

Övre högra. Horisontellt omvänt.

BottomRight

public static final int BottomRight

Nedre högra. Roterad 180 grader.

BottomLeft

public static final int BottomLeft

Nedre vänstra. Roterad 180 grader och sedan horisontellt omvänd.

LeftTop

public static final int LeftTop

Övre vänstra. Roterad 90 grader moturs och sedan horisontellt omvänd.

RightTop

public static final int RightTop

Övre högra. Roterad 90 grader medurs.

RightBottom

public static final int RightBottom

Nedre högra. Roterad 90 grader medurs och sedan horisontellt omvänd.

LeftBottom

public static final int LeftBottom

Nedre vänstra. Roterad 90 grader moturs.