AnnotationResizedEventArgs Members

PDFTron SilverDox SDK

Collapse imageExpand ImageCopy imageCopyHover image

The AnnotationResizedEventArgs type exposes the following members.

Constructors

  NameDescription
Public methodAnnotationResizedEventArgs
Constructs a new instance of AnnotationResizedEventArgs.

Properties

  NameDescription
Public propertyNewMirroredHorizontally
Gets whether or not the resized annotation is mirrored horizontally after the resize
Public propertyNewMirroredVertically
Gets whether or not the resized annotation is mirrored vertically after the resize
Public propertyNewRect
Gets the new coordinates, height and width Rect of the resized annotation
Public propertyOldMirroredHorizontally
Gets whether or not the resized annotation was mirrored horizontally before the resize
Public propertyOldMirroredVertically
Gets whether or not the resized annotation was mirrored vertically before the resize
Public propertyOldRect
The old coordinates, height and width Rect of the resized annotation
Public propertyResizedAnnotation
Gets the Annotation object that was moved

See Also