set_SwissQrCodeBarcodeValue Method
In This Topic
Sets the value of Swiss QR Code barcode.
Syntax
var instance = new Vintasoft.Barcode.Web2DBarcodeWriterSettingsJS();
var returnValue; // Type: any
// Parameters
var value; // Type: WebSwissQrCodeBarcodeValueJS
returnValue = instance.set_SwissQrCodeBarcodeValue(value);
function set_SwissQrCodeBarcodeValue(
: WebSwissQrCodeBarcodeValueJS
) : any;
Parameters
- value
- Instance of WebSwissQrCodeBarcodeValueJS class.
Exceptions
Exception | Description |
| Thrown if BarcodeSubset property is not PPN. |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also