FoxitPDFSDKforWeb v11.0.1
Foxit PDF SDK for Web
|
Represents a paste event within a form. More...
Public Attributes | |
string Blob | content |
The content of the paste event, it could be a string or a Blob object which represents a image or other binary data. | |
string | contentType |
The content type of the paste event, it could be 'text/plain', 'image/*' or other content types. | |
string | type |
Represents the type of mouse whell event, it could be 'paste'. 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 paste event within a form.
string FormPasteEvent::type |
Represents the type of mouse whell event, it could be 'paste'.