Search results

FormFieldMouseoverArgs API in Angular PDF Viewer API component

This event arguments provides the necessary information about form field mouse over event.

Properties

X

number

Specifies the mouse over x position with respect to the viewer container.

Y

number

Specifies the mouse over y position with respect to the viewer container.

field

IFormField

Event arguments for the form field mouse over event.

name

string

Get the name of the event.

pageIndex

number

Get the page number.

pageX

number

Get the mouse over x position with respect to the page container.

pageY

number

Get the mouse over y position with respect to the page container.