VintaSoft Barcode .NET SDK 15.0: Руководство для .NET разработчика
Vintasoft.Barcode Namespace / ReaderSettings Class / Erode Property
Синтаксис Требования Смотрите также
В этом разделе
    Erode Свойство (ReaderSettings)
    В этом разделе
    Возвращает или задает значение, указывающее, обрабатывает ли распознаватель штрих-кодов изображение со штрих-кодами с помощью алгоритма "размывания" перед распознаванием штрих-кода.
    Синтаксис
    'Declaration
    
    <DescriptionAttribute("Value indicating whether the barcode reader processes the image with barcodes using the "erode" algorithm before barcode recognition.")>
    <DefaultValueAttribute(False)>
    Public Property Erode As Boolean
    
    
    [Description("Value indicating whether the barcode reader processes the image with barcodes using the "erode" algorithm before barcode recognition.")]
    [DefaultValue(False)]
    public bool Erode { get; set; }
    
    
    [Description("Value indicating whether the barcode reader processes the image with barcodes using the "erode" algorithm before barcode recognition.")]
    [DefaultValue(False)]
    public: __property bool get_Erode();
    public: __property void set_Erode(
    bool value
    );
    [Description("Value indicating whether the barcode reader processes the image with barcodes using the "erode" algorithm before barcode recognition.")]
    [DefaultValue(False)]
    public:
    property bool Erode { bool get(); void set(bool value); }

    Property Value

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

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

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