VintaSoft Barcode .NET SDK 16.0: Руководство для .NET разработчика
Vintasoft.Barcode Namespace / ReaderSettings Class / AustralianPostCustomerInfoFormat Property
Синтаксис Требования Смотрите также
В этом разделе
AustralianPostCustomerInfoFormat Свойство (ReaderSettings)
В этом разделе
Возвращает или задает формат для поля информации о клиенте штрих-кода Australia Post 4-state barcode.
Синтаксис
'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; }

Property Value

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

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

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