VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf Namespace / WebPdfActionExecutorBaseJS type / executeAction Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    executeAction Method
    In This Topic
    Executes the action.
    Syntax
    var instance = new Vintasoft.Imaging.Pdf.WebPdfActionExecutorBaseJS();
    
    var value; // Type: any
    
    // Parameters
    var action; // Type: object
    
    value = instance.executeAction(action);
    
    
    function executeAction(
    action
    The action.
    : object
    ) : any;

    Parameters

    action
    The action.
    Browser Compatibility
    56+
    45+
    11
    See Also