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