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(
: string
) : any;
Parameters
- value
- Fore color of barcode.
Exceptions
| Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also