VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf Namespace / WebPdfInteractiveFormFieldJS type / get_TextColor Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_TextColor Method
    In This Topic
    Gets the text color of the default appearance.
    Syntax
    var instance = new Vintasoft.Imaging.Pdf.WebPdfInteractiveFormFieldJS(document, name);
    
    var value; // Type: string
    value = instance.get_TextColor();
    
    
    function get_TextColor() : string;
    

    Return Value

    The text color of the default appearance.
    Browser Compatibility
    56+
    45+
    11
    See Also