AnnotationResizedEventArgs Properties
| PDFTron SilverDox SDK |
| AnnotationResizedEventArgs Properties |
| AnnotationResizedEventArgs Class See Also Send Feedback |
The AnnotationResizedEventArgs type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| NewMirroredHorizontally |
Gets whether or not the resized annotation is mirrored horizontally after the resize
| |
| NewMirroredVertically |
Gets whether or not the resized annotation is mirrored vertically after the resize
| |
| NewRect |
Gets the new coordinates, height and width Rect of the resized annotation
| |
| OldMirroredHorizontally |
Gets whether or not the resized annotation was mirrored horizontally before the resize
| |
| OldMirroredVertically |
Gets whether or not the resized annotation was mirrored vertically before the resize
| |
| OldRect |
The old coordinates, height and width Rect of the resized annotation
| |
| ResizedAnnotation |
Gets the Annotation object that was moved
|