var instance = new Vintasoft.Barcode.WebPpnBarcodeValueJS(); var returnValue; // Type: any // Parameters var value; // Type: string returnValue = instance.set_GTIN(value);
function set_GTIN(
valueGTIN.: string
) : any;
Parameters
- value
- GTIN.
var instance = new Vintasoft.Barcode.WebPpnBarcodeValueJS(); var returnValue; // Type: any // Parameters var value; // Type: string returnValue = instance.set_GTIN(value);
function set_GTIN(
valueGTIN.: string
) : any;
Exception | Description |
---|---|
Thrown if argument has wrong type. |