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.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public 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