DocumentRotation Enumeration |
Specifies the amount of rotation to apply to the document and annotations by the
RotateDocument method.
Namespace:
Atalasoft.Annotate
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.5.0.5.0.230 (.NET 4.6.2, x86)
Syntaxpublic enum DocumentRotation
Public Enumeration DocumentRotation
Members|
| Member name | Description |
|---|
| Rotate90 | Rotates 90 degrees clockwise. |
| Rotate180 | Rotates 180 degrees clockwise. |
| Rotate270 | Rotates 270 degrees clockwise. |
See Also