Search results

AnnotationMouseoverEventArgs API in React PDF Viewer API component

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

Properties

X

number

Defines the mouseover x position with respect to viewer container.

Y

number

Defines the mouseover y position with respect to viewer container.

annotation

any

Defines the annotation object mouse hover in the PDF document.

annotationBounds

any

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

annotationId

string

Defines the id of the mouse over annotation object in the page of the PDF document

annotationType

AnnotationType

Defines the type of the annotation during the mouse hover in the PDF document.

name

string

Specifies name of the event.

pageIndex

number

Defines the page number in which the mouse over annotation object is rendered.

pageX

number

Defines the mouseover x position with respect to page container.

pageY

number

Defines the mouseover y position with respect to page container.