set_InvertImageColors Method
In This Topic
Sets a value indicating whether the barcode reader must invert the image with barcodes before barcode search.
Syntax
var instance = new Vintasoft.Barcode.WebBarcodeReaderSettingsJS();
var returnValue; // Type: any
// Parameters
var value; // Type: boolean
returnValue = instance.set_InvertImageColors(value);
function set_InvertImageColors(
: boolean
) : any;
Parameters
- value
- True - the barcode reader must invert the image with barcodes before barcode search; False - the barcode reader must NOT invert the image with barcodes before barcode search.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also