AnnotationManager Properties

PDFTron SilverDox SDK

Collapse imageExpand ImageCopy imageCopyHover image

The AnnotationManager type exposes the following members.

Properties

  NameDescription
Public propertyAnnotationCreator
References a static method, defined by an annotation, that takes an AnnotationManager as a parameter and returns a new annotation. The method that is referenced is called when a MouseDown event is occurs and the ToolMode is set to a mode which creates an annotation.
Public propertyAnnotationsList
Returns a list of all the annotations under the control of AnnotationManager
Public propertyAnnotationsModified
Gets whether or not any changes has been made since the last time annotations were loaded
Public propertyCanPaste
Gets whether or not annotations has been copied for PasteCopiedAnnotations(Nullable<(Of <<'(Int32>)>>))
Public propertyCanRedo
Gets whether or not there is a command to redo
Public propertyCanUndo
Gets whether or not there is a command to undo
Public propertyCurrentAnnotationPage
The canvas that hosts annotations (displayed on top of the document) that last received and handled a MouseDown event.
Public propertyDefaultAnnotation
The DefaultAnnotation is of the same type of annotation as that created by AnnotationCreator, and can be used as a reference when setting the initial property values of the new annotation.
Public propertyDocument
The document that this AnnotationManager is being used with. Needed for annotations that require information about text.
Public propertySelectedAnnotations
A list of the currently selected annotations.

See Also