FoxitPDFSDKforWeb v11.0.1
Foxit PDF SDK for Web
|
Represents a mouse event with a form. More...
Public Attributes | |
FormMouseEventButtonType | button |
The type of mouse button which triggered the event. More... | |
number | left |
Represents the left coordinate of the mouse position, in PDF coordinates. More... | |
number | page |
Represents the page index where the mouse event occurred. More... | |
number | top |
Represents the top coordinate of the mouse position, in PDF coordinates. More... | |
string | type |
Type of the mouse event, should be 'mousedown', 'mouseup' , 'mousemove' or 'dblclick'. More... | |
![]() | |
FormInteractionEventFlags | flags |
Represents the flags associated with a form interaction event. More... | |
number | timestamp |
Represents the timestamp of the interaction event, in milliseconds. More... | |
string | type |
Represents the type of interaction event occurring within a form. More... | |
Represents a mouse event with a form.
FormMouseEventButtonType FormMouseEvent::button |
The type of mouse button which triggered the event.
number FormMouseEvent::left |
Represents the left coordinate of the mouse position, in PDF coordinates.
number FormMouseEvent::page |
Represents the page index where the mouse event occurred.
number FormMouseEvent::top |
Represents the top coordinate of the mouse position, in PDF coordinates.
string FormMouseEvent::type |
Type of the mouse event, should be 'mousedown', 'mouseup' , 'mousemove' or 'dblclick'.