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