VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf Namespace / WebPdfBookmarkJS type / get_Action Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_Action Method
    In This Topic
    Gets an action to be performed when this bookmark is activated.
    Syntax
    var instance = new Vintasoft.Imaging.Pdf.WebPdfBookmarkJS(document);
    
    var value; // Type: Vintasoft.Imaging.Pdf.WebPdfActionJS
    value = instance.get_Action();
    
    
    function get_Action() : WebPdfActionJS;
    

    Return Value

    WebPdfActionJS object OR null.
    Browser Compatibility
    56+
    45+
    11
    See Also