set_AustralianPostCustomerInfoFormat Method
In This Topic
Sets the format of customer information field of Australia Post 4-state barcode.
Syntax
var instance = new Vintasoft.Barcode.Web1DBarcodeWriterSettingsJS();
var returnValue; // Type: any
// Parameters
var value; // Type: WebAustralianPostCustomerInfoFormatEnumJS
returnValue = instance.set_AustralianPostCustomerInfoFormat(value);
Parameters
- value
- An instance of WebAustralianPostCustomerInfoFormatEnumJS class that defines the format of customer information field of Australia Post 4-state barcode.
Exceptions
| Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also