VintaSoft Barcode .NET SDK 15.0: Documentation for Web developer
Vintasoft.Barcode Namespace / WebBarcodeWriterBaseSettingsJS type / get_ForeColor Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_ForeColor Method
    In This Topic
    Gets the fore color of barcode.
    Syntax
    var instance = new Vintasoft.Barcode.WebBarcodeWriterBaseSettingsJS();
    
    var value; // Type: string
    value = instance.get_ForeColor();
    
    
    function get_ForeColor() : string;
    

    Return Value

    Fore color of barcode.
    Browser Compatibility
    9
    5
    11
    5
    See Also