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

    Return Value

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