VintaSoft Barcode .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Barcode Namespace / ReaderSettings Class / Erode Property
Syntax Requirements SeeAlso
In This Topic
    Erode Property (ReaderSettings)
    In This Topic
    Gets or sets a value indicating whether the barcode reader processes the image with barcodes using the "erode" algorithm before barcode recognition.
    Syntax
    '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; }
    
    
    [DefaultValue(False)]
    [Description("Value indicating whether the barcode reader processes the image with barcodes using the "erode" algorithm before barcode recognition.")]
    public: __property bool get_Erode();
    public: __property void set_Erode(
    bool value
    );
    [DefaultValue(False)]
    [Description("Value indicating whether the barcode reader processes the image with barcodes using the "erode" algorithm before barcode recognition.")]
    public:
    property bool Erode { bool get(); void set(bool value); }

    Property Value

    Default value is false.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also