VintaSoft Barcode .NET SDK 16.0: Руководство для .NET разработчика
Vintasoft.Barcode Namespace / ReaderSettings Class / Erode Property
Синтаксис Требования Смотрите также
В этом разделе
Erode Свойство (ReaderSettings)
В этом разделе
Возвращает или задает значение, указывающее, обрабатывает ли распознаватель штрих-кодов изображение со штрих-кодами с помощью алгоритма "размывания" перед распознаванием штрих-кода.
Синтаксис
'Declaration

<DefaultValueAttribute(False)>
<DescriptionAttribute("Value indicating whether the barcode reader processes the image with barcodes using the "erode" algorithm before barcode recognition.")>
Public Property Erode As Boolean

[DefaultValue(False)]
[Description("Value indicating whether the barcode reader processes the image with barcodes using the "erode" algorithm before barcode recognition.")]
public bool Erode { get; set; }

Property Value

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

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

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