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

    Return Value

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