Contents
- Properties
Having trouble getting help?
Contact Support
Contact Support
FormFieldMouseoverArgs
12 Sep 20251 minute to read
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.