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

    Parameters

    action
    The action.

    Return Value

    True if action is executed successfully; otherwise, false.
    Browser Compatibility
    56+
    45+
    11
    See Also