public final class Orientation
extends com.aspose.ms.System.Enum
Modifier and Type | Field and Description |
---|---|
static int |
NoRotate
Orientation 0 degree clockwise.
|
static int |
Rotate180
Orientation 180 degree clockwise.
|
static int |
Rotate270
Orientation 270 degree clockwise.
|
static int |
Rotate90
Orientation 90 degree clockwise.
|
public static final int NoRotate
Orientation 0 degree clockwise.
public static final int Rotate90
Orientation 90 degree clockwise.
public static final int Rotate180
Orientation 180 degree clockwise.
public static final int Rotate270
Orientation 270 degree clockwise.