VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf Namespace / WebPdfBookmarkJS type / get_Title Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_Title Method
    In This Topic
    Gets the text to be displayed on the screen for this bookmark.
    Syntax
    var instance = new Vintasoft.Imaging.Pdf.WebPdfBookmarkJS(document);
    
    var value; // Type: string
    value = instance.get_Title();
    
    
    function get_Title() : string;
    

    Return Value

    The text to be displayed on the screen for this bookmark.
    Browser Compatibility
    56+
    45+
    11
    See Also