Click or drag to resize

AnnotationUIOnRotateDocument Method

Called when the RotateDocument(DocumentRotation, Int32) method is used.

Namespace:  Atalasoft.Annotate.UI
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
protected virtual void OnRotateDocument(
	DocumentRotation rotation
)

Parameters

rotation
Type: Atalasoft.AnnotateDocumentRotation
The amount of rotation.
See Also