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