public final class Rotation
extends com.aspose.ms.System.Enum
Defines page rotation in degrees.
Modifier and Type | Field and Description |
---|---|
static int |
On180Degree
The 180 degree page rotation.
|
static int |
On270Degree
The 270 degree page rotation.
|
static int |
On90Degree
The 90 degree page rotation.
|
public static final int On180Degree
The 180 degree page rotation.
public static final int On270Degree
The 270 degree page rotation.
public static final int On90Degree
The 90 degree page rotation.
Copyright © 2020. All rights reserved.