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

    Parameters

    value
    The text to be displayed on the screen for this bookmark.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Browser Compatibility
    56+
    45+
    11
    See Also