set_ExpectedBarcodes Method
In This Topic
Sets the expected number of barcodes to search.
Syntax
var instance = new Vintasoft.Barcode.WebBarcodeReaderSettingsJS();
var returnValue; // Type: any
// Parameters
var value; // Type: number
returnValue = instance.set_ExpectedBarcodes(value);
function set_ExpectedBarcodes(
: number
) : any;
Parameters
- value
- Number of barcodes to search.
Exceptions
| Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also