In This Topic
Sets the barcode reader settings.
Syntax
var instance = new Vintasoft.Barcode.WebBarcodeReaderJS(service);
var returnValue; // Type: any
// Parameters
var value; // Type: WebBarcodeReaderSettingsJS
returnValue = instance.set_Settings(value);
function set_Settings(
: WebBarcodeReaderSettingsJS
) : any;
Parameters
- value
- An instance of WebBarcodeReaderSettingsJS class that defines the barcode reader settings.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also