VintaSoft Barcode .NET SDK 15.0: Руководство для .NET разработчика
Vintasoft.Barcode Namespace / ReaderSettings Class / AustralianPostCustomerInfoFormat Property
Синтаксис Требования Смотрите также
В этом разделе
    AustralianPostCustomerInfoFormat Свойство (ReaderSettings)
    В этом разделе
    Возвращает или задает формат для поля информации о клиенте штрих-кода Australia Post 4-state barcode.
    Синтаксис
    'Declaration
    
    <DefaultValueAttribute(None)>
    <DescriptionAttribute("Format of customer information field of Australia Post 4-state barcode.")>
    Public Property AustralianPostCustomerInfoFormat As Vintasoft.Barcode.BarcodeInfo.AustralianPostCustomerInfoFormat
    
    
    [DefaultValue(None)]
    [Description("Format of customer information field of Australia Post 4-state barcode.")]
    public Vintasoft.Barcode.BarcodeInfo.AustralianPostCustomerInfoFormat AustralianPostCustomerInfoFormat { get; set; }
    
    
    [DefaultValue(None)]
    [Description("Format of customer information field of Australia Post 4-state barcode.")]
    public: __property Vintasoft.Barcode.BarcodeInfo.AustralianPostCustomerInfoFormat get_AustralianPostCustomerInfoFormat();
    public: __property void set_AustralianPostCustomerInfoFormat(
    Vintasoft.Barcode.BarcodeInfo.AustralianPostCustomerInfoFormat value
    );
    [DefaultValue(None)]
    [Description("Format of customer information field of Australia Post 4-state barcode.")]
    public:
    property Vintasoft.Barcode.BarcodeInfo.AustralianPostCustomerInfoFormat AustralianPostCustomerInfoFormat { Vintasoft.Barcode.BarcodeInfo.AustralianPostCustomerInfoFormat get(); void set(Vintasoft.Barcode.BarcodeInfo.AustralianPostCustomerInfoFormat value); }

    Property Value

    Значение по умолчанию: AustralianPostCustomerInfoFormat.None.
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также