set_ImageInvertMode Method
In This Topic
Sets the image colors inversion mode.
Syntax
var instance = new Vintasoft.Barcode.WebBarcodeReaderSettingsJS();
var returnValue; // Type: any
// Parameters
var value; // Type: WebImageInvertModeEnumJS
returnValue = instance.set_ImageInvertMode(value);
function set_ImageInvertMode(
: WebImageInvertModeEnumJS
) : any;
Parameters
- value
- the image colors inversion mode.
Exceptions
| Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also