AnnotationRemoveEventArgs

23 Sep 20251 minute to read

This event arguments provides the necessary information about annotation remove event.

Properties

annotationBounds any

Defines the bounds of the annotation removed from the page of the PDF document.

annotationId string

Defines the id of the annotation removed from the page of the PDF document.

annotationType AnnotationType

Defines the type of the annotation removed from the page of the PDF document.

multiplePageCollection any

Defines the multi page annotation collections.

name string

Specifies name of the event.

pageIndex number

Defines the page number in which the annotation is removed.

textMarkupContent string

Defines the selected text content in the text markup annotation.

textMarkupEndIndex number

End index of text markup annotation in the page text content.

textMarkupStartIndex number

Starting index of text markup annotation in the page text content.