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