Annotation Methods

PDFTron SilverDox SDK

Collapse imageExpand ImageCopy imageCopyHover image

The Annotation type exposes the following members.

Methods

  NameDescription
Public methodCreateAppearanceCanvas
Creates and returns the annotation's appearance canvas that will be displayed on screen.
Protected methodCreatePopupCanvas
Creates canvas used as the popup when an annotation is double clicked on. Override this method to provide a customized popup canvas.
Public methodOnAnnotationResizeEnded
Called by the annotation's AnnotationManager when the user has finished resizing the annotation
Public methodOnAnnotationResizeStarted
Called by the annotation's AnnotationManager when the user has began resizing this annotation
Public methodOnCreateMouseDown
Called by the annotation's AnnotationManager when a MouseDown event is received and the AnnotationManager is set to create this type of annotation.
Public methodOnCreateMouseMove
Called by the annotation's AnnotationManager when a MouseMove event is received and the AnnotationManager is set to create this type of annotation.
Public methodOnCreateMouseUp
Called by the annotation's AnnotationManager when a MouseUp event is received and the AnnotationManager is set to create this type of annotation.

See Also