VintaSoft Barcode .NET SDK 16.0: Руководство для .NET разработчика
Vintasoft.Barcode Namespace / WriterSettings Class / UseCode39ExtendedEncodeTable Property
Синтаксис Требования Смотрите также
В этом разделе
UseCode39ExtendedEncodeTable Свойство (WriterSettings)
В этом разделе
This property is obsolete, use BarcodeSymbologySubsets.Code39Extended barcode subset.
Синтаксис
'Declaration

<CategoryAttribute("1D Barcodes")>
<ObsoleteAttribute("This property is obsolete, use BarcodeSymbologySubsets.Code39Extended barcode subset.", True)>
<DescriptionAttribute("Barcode writer converts Code39 barcode to Code39 Extended barcode if necessary.")>
Public Property UseCode39ExtendedEncodeTable As Boolean

[Category("1D Barcodes")]
[Obsolete("This property is obsolete, use BarcodeSymbologySubsets.Code39Extended barcode subset.", True)]
[Description("Barcode writer converts Code39 barcode to Code39 Extended barcode if necessary.")]
public bool UseCode39ExtendedEncodeTable { get; set; }

Property Value

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

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

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