Accusoft PDF Viewer Documentation

v3.11.158639

Enumeration EventName

Name of event.

Index

Enumeration members

AnnotationsAdded

AnnotationsAdded: = "annotationsAdded"

Emitted when new annotations are added. This event is emitted when an annotation is added in one of the following ways:

  • Annotations are added by the end user using the annotation UI tools

The event will not be emitted when annotations are added by loadAnnotations.

The AnnotationsAdded event will call the registered event handler with the AnnotationsAddedEventData object.

AnnotationsDeleted

AnnotationsDeleted: = "annotationsDeleted"

Emitted when annotations are deleted. This event is emitted when an annotation is deleted in one of the following ways:

  • Annotations are removed by the user

The AnnotationsDeleted event will call the registered event handler with the AnnotationsDeletedEventData object.

AnnotationsUpdated

AnnotationsUpdated: = "annotationsUpdated"

Emitted when annotations are updated. This event is emitted when an annotation is updated in one of the following ways:

  • Annotations are updated by the user.

The AnnotationsUpdated event will call the registered event handler with the AnnotationsUpdatedEventData object.

SelectionChanged

SelectionChanged: = "selectionChanged"

Emitted when the viewer's selection is changed. This event is emitted when the selection is changed in one of the following ways:

  • The selection is changed by the user.

This event may be emitted for other kinds of selection changes in the future.

The SelectionChanged event will call the registered event handler with the SelectionChangedEventData object.

Legend

  • Property
  • Method
  • Static method
© 2022 Accusoft Corporation. All rights reserved.