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