VintaSoft Barcode .NET SDK 15.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);
    
    
    function set_AustralianPostCustomerInfoFormat(
    value
    An instance of WebAustralianPostCustomerInfoFormatEnumJS class that defines the format of customer information field of Australia Post 4-state barcode.
    : WebAustralianPostCustomerInfoFormatEnumJS
    ) : any;

    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