VintaSoft Imaging .NET SDK 15.0: Documentation for Web developer
Vintasoft.Imaging.Office.UI Namespace / WebDocumentEditorJS type / get_TextFillColor Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_TextFillColor Method
    In This Topic
    Gets the text fill color of focused text.
    Syntax
    var instance = new Vintasoft.Imaging.Office.UI.WebDocumentEditorJS(settings);
    
    var value; // Type: string
    value = instance.get_TextFillColor();
    
    
    function get_TextFillColor() : string;
    

    Return Value

    The text fill color of focused text, for example, "rgba(0,128,255,0.77)".
    Browser Compatibility
    56+
    45+
    11
    See Also