| FoxitPDFSDKforWeb v11.0.4
    
    Foxit PDF SDK for Web | 
Defines the options required for executing a PDF action in the viewer. More...
| Public Attributes | |
| ExecuteActionData | data | 
| Specifies the action data to be executed. The actual action content to be performed, excluding JavaScript actions, which are always executed within the SDK context.  More... | |
| PDFDoc | doc | 
| The document where the action will be executed. Refers to the PDF document containing the action.  More... | |
| PDFObjectQuery | ownerQuery | 
| Indicates the owner of the action. This is a query object used to identify the owner of the action, such as a specific annotation or form field within the PDF.  More... | |
| PDFViewer | pdfViewer | 
| The viewer instance where the action will be executed.  More... | |
| ActionTriggerEvents | trigger | 
| Specifies the event that triggers the action. This defines which event will cause the associated action to execute.  More... | |
Defines the options required for executing a PDF action in the viewer.
| ExecuteActionData ExecuteActionOptions::data | 
Specifies the action data to be executed. The actual action content to be performed, excluding JavaScript actions, which are always executed within the SDK context.
ActionType.JavaScript type. | PDFDoc ExecuteActionOptions::doc | 
The document where the action will be executed. Refers to the PDF document containing the action.
| PDFObjectQuery ExecuteActionOptions::ownerQuery | 
Indicates the owner of the action. This is a query object used to identify the owner of the action, such as a specific annotation or form field within the PDF.
| PDFViewer ExecuteActionOptions::pdfViewer | 
The viewer instance where the action will be executed.
| ActionTriggerEvents ExecuteActionOptions::trigger | 
Specifies the event that triggers the action. This defines which event will cause the associated action to execute.