







The AnnotationManager type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | AnnotationCreator |
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.
|
![]() | AnnotationsList |
Returns a list of all the annotations under the control of AnnotationManager |
![]() | AnnotationsModified |
Gets whether or not any changes has been made since the last time annotations were loaded
|
![]() | CanPaste |
Gets whether or not annotations has been copied for PasteCopiedAnnotations(Nullable<(Of <<'(Int32>)>>)) |
![]() | CanRedo |
Gets whether or not there is a command to redo
|
![]() | CanUndo |
Gets whether or not there is a command to undo
|
![]() | CurrentAnnotationPage |
The canvas that hosts annotations (displayed on top of the document) that last received and handled a MouseDown event.
|
![]() | DefaultAnnotation |
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.
|
![]() | Document |
The document that this AnnotationManager is being used with. Needed for annotations that require information about text.
|
![]() | SelectedAnnotations |
A list of the currently selected annotations.
|