Rotation

Inheritance: java.lang.Object, com.groupdocs.conversion.contracts.Enumeration

All Implemented Interfaces: java.io.Serializable

public class Rotation extends Enumeration implements Serializable

Describes page rotation enumeration

Constructors

Constructor Description
Rotation() Serialization constructor

Fields

Field Description
None None.
On90 90 degrees.
On180 180 degrees.
On270 270 degrees.

Rotation()

public Rotation()

Serialization constructor

None

public static final Rotation None

None.

On90

public static final Rotation On90

90 degrees.

On180

public static final Rotation On180

180 degrees.

On270

public static final Rotation On270

270 degrees.