public final class AutoRotateMode
extends com.aspose.ms.System.Enum
Direction of the rotation when document is printed.
Modifier and Type | Field and Description |
---|---|
static int |
AntiClockWise
Rotation directon is counterclockwise.
|
static int |
ClockWise
Rotation direction is clockwise.
|
static int |
None
No rotation.
|
public static final int None
No rotation.
public static final int ClockWise
Rotation direction is clockwise.
public static final int AntiClockWise
Rotation directon is counterclockwise.