Search results

AnnotationResizeEventArgs API in Vue PDF Viewer API component

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

Properties

annotationBound

any

Defines the bounds of the annotation resized in the page of the PDF document.

annotationId

string

Defines the id of the annotation resized in the page of the PDF document.

annotationSettings

any

Defines the settings of the annotation resized in the PDF document.

annotationType

AnnotationType

Defines the type of the annotation resized in the page of the PDF document.

labelSettings

ShapeLabelSettingsModel

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

multiplePageCollection

any

Defines the multiple page annotation collections.

name

string

Specifies name of the event.

pageIndex

number

Defines the page number in which the annotation is resized.

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.