VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging Namespace / WebNamedActionMetadataJS type / get_ActionName Property
Syntax Remarks BrowserCompatibility SeeAlso
In This Topic
    get_ActionName Method
    In This Topic
    Gets the name of the action.
    Syntax
    var instance = new Vintasoft.Imaging.WebNamedActionMetadataJS();
    
    var value; // Type: string
    value = instance.get_ActionName();
    
    
    function get_ActionName() : string;
    

    Return Value

    The name of the action.
    Remarks

    Standard action names:

    • NextPage - Go to the next page of the document.
    • PrevPage - Go to the previous page of the document.
    • FirstPage - Go to the first page of the document.
    • LastPage - Go to the last page of the document.

    Browser Compatibility
    56+
    45+
    11
    See Also