set_ActionExecutor Method
In This Topic
Sets the action executor that is used for executing the PDF actions.
Syntax
var instance = new Vintasoft.Imaging.Pdf.UI.VisualTools.WebPdfInteractiveFormToolJS();
var returnValue; // Type: any
// Parameters
var value; // Type: WebPdfActionExecutorBaseJS
returnValue = instance.set_ActionExecutor(value);
function set_ActionExecutor(
: WebPdfActionExecutorBaseJS
) : any;
Parameters
- value
- A WebPdfActionExecutorBaseJS object OR null. Default value is null.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also