Represents possible rotations of a document page for display.
Namespace:
Atalasoft.Imaging.Text
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax Public Enumeration PageRotation
Members
| Member name | Description |
---|
| None |
The page will not be rotated.
|
| Clockwise90 |
The page will be rotated 90 degrees clockwise
|
| Clockwise180 |
The page will be rotated 180 degrees clockwise
|
| Clockwise270 |
The page will be rotated 270 degrees clockwise
|
| CounterClockwise90 |
The page will be rotated 90 degrees counter clockwise (equivalent to Clockwise270)
|
| CounterClockwise180 |
The page will be rotated 180 degrees counter clockwise (equivalent to Clockwise180)
|
| CounterClockwise270 |
The page will be rotated 270 degrees counter clockwise (equivalent to Clockwise90)
|
See Also