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