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

    Parameters

    value
    Fore color of barcode.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Browser Compatibility
    9
    5
    11
    5
    See Also