VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf.UI.VisualTools Namespace / WebPdfInteractiveFormToolJS type / get_ActionExecutor Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_ActionExecutor Method
    In This Topic
    Gets the action executor that is used for executing the PDF actions.
    Syntax
    var instance = new Vintasoft.Imaging.Pdf.UI.VisualTools.WebPdfInteractiveFormToolJS();
    
    var value; // Type: Vintasoft.Imaging.Pdf.WebPdfActionExecutorBaseJS
    value = instance.get_ActionExecutor();
    
    
    function get_ActionExecutor() : WebPdfActionExecutorBaseJS;
    

    Return Value

    A WebPdfActionExecutorBaseJS object OR null. Default value is null.
    Browser Compatibility
    56+
    45+
    11
    See Also