AtalaAnnotationViewer.RotateDocument Method (DocumentRotation, Int32) |
Rotates the document at the given layer index by the given DocumentRotation.
Namespace:
Atalasoft.Annotate.Wpf
Assembly:
Atalasoft.dotImage.Wpf (in Atalasoft.dotImage.Wpf.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntaxpublic void RotateDocument(
DocumentRotation rotation,
int layerIndex
)
Public Sub RotateDocument (
rotation As DocumentRotation,
layerIndex As Integer
)
Parameters
- rotation
- Type: Atalasoft.Annotate.DocumentRotation
The amount of rotation. - layerIndex
- Type: System.Int32
The index of the layer in the layer collection to rotate.
Exceptions
See Also