Identifies page rotation based on text or graphics
Syntax
'Declaration
Public Enum PageRotation
Inherits System.Enum
'Usage
Dim instance As PageRotation
public enum PageRotation : System.Enum
public enum PageRotation = class(System.Enum)
public enum PageRotation extends System.Enum
public enum class PageRotation : public System.Enum
Members
| Member | Description |
| left | Page is rotated left (based on text) |
| leftOrRight | Page is rotated sideways (based on graphics) |
| none | Page is not rotated (based on text) |
| portrait | Page is not rotated or rotated upside-down (based on graphics) |
| right | Page is rotated right (based on text) |
| unknown | Page rotation is unknown |
| upsideDown | Page is rotated upside-down (based on text) |
See Also