Page rotation
Syntax
'Declaration
Public Enum EPageRotation
Inherits System.Enum
'Usage
Dim instance As EPageRotation
public enum EPageRotation : System.Enum
public enum EPageRotation = class(System.Enum)
public enum EPageRotation extends System.Enum
public enum class EPageRotation : public System.Enum
Members
| Member | Description |
| ciRotLeft | Page is rotated left |
| ciRotLeftOrRight | Page is rotated left or right |
| ciRotNone | Page is not rotated |
| ciRotPortrait | Page is not rotated or rotated upside down |
| ciRotRight | Page is rotated right |
| ciRotUnknown | Page rotation unknown |
| ciRotUpsideDown | Page rotated upside down |
See Also