VintaSoft Barcode .NET SDK 16.0: Documentation for Web developer
Vintasoft.Barcode Namespace / Web1DBarcodeWriterSettingsJS type / set_AustralianPostCustomerInfoFormat Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
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
ExceptionDescription
Thrown if argument has wrong type.
Browser Compatibility
9
5
11
5
See Also