Page |
public enum PageRotation
Member name | Value | Description |
---|---|---|
NO_ROTATION | 0 | No rotation is applied. |
CLOCKWISE_90 | 1 | Rotation for 90 degrees clockwise. |
CLOCKWISE_180 | 2 | Rotation for 180 degrees clockwise. |
CLOCKWISE_270 | 3 | Rotation for 270 degrees clockwise. |