VintaSoft Barcode .NET SDK 14.3: Documentation for .NET developer
Vintasoft.Barcode Namespace / ReaderSettings Class / AustralianPostCustomerInfoFormat Property
Syntax Requirements SeeAlso
In This Topic
    AustralianPostCustomerInfoFormat Property (ReaderSettings)
    In This Topic
    Gets or sets the format of customer information field of Australia Post 4-state barcode.
    Syntax
    'Declaration
    
    <DescriptionAttribute("Format of customer information field of Australia Post 4-state barcode.")>
    <DefaultValueAttribute(None)>
    Public Property AustralianPostCustomerInfoFormat As Vintasoft.Barcode.BarcodeInfo.AustralianPostCustomerInfoFormat
    
    
    [Description("Format of customer information field of Australia Post 4-state barcode.")]
    [DefaultValue(None)]
    public Vintasoft.Barcode.BarcodeInfo.AustralianPostCustomerInfoFormat AustralianPostCustomerInfoFormat { get; set; }
    
    
    [Description("Format of customer information field of Australia Post 4-state barcode.")]
    [DefaultValue(None)]
    public: __property Vintasoft.Barcode.BarcodeInfo.AustralianPostCustomerInfoFormat get_AustralianPostCustomerInfoFormat();
    public: __property void set_AustralianPostCustomerInfoFormat(
    Vintasoft.Barcode.BarcodeInfo.AustralianPostCustomerInfoFormat value
    );
    [Description("Format of customer information field of Australia Post 4-state barcode.")]
    [DefaultValue(None)]
    public:
    property Vintasoft.Barcode.BarcodeInfo.AustralianPostCustomerInfoFormat AustralianPostCustomerInfoFormat { Vintasoft.Barcode.BarcodeInfo.AustralianPostCustomerInfoFormat get(); void set(Vintasoft.Barcode.BarcodeInfo.AustralianPostCustomerInfoFormat value); }

    Property Value

    Default value is AustralianPostCustomerInfoFormat.None.
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also