VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf Namespace / WebPdfBookmarkJS type / get_Color Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_Color Method
    In This Topic
    Gets a color of bookmark entry's text.
    Syntax
    var instance = new Vintasoft.Imaging.Pdf.WebPdfBookmarkJS(document);
    
    var value; // Type: string
    value = instance.get_Color();
    
    
    function get_Color() : string;
    

    Return Value

    A color of bookmark entry's text.
    Browser Compatibility
    56+
    45+
    11
    See Also