VintaSoft Barcode .NET SDK 15.0: Documentation for Web developer
Vintasoft.Barcode.Web.Services Namespace / WebBarcodeReaderSettings Class / adaptiveBinarizationStep Property
Syntax Remarks Requirements SeeAlso
In This Topic
    adaptiveBinarizationStep Property (WebBarcodeReaderSettings)
    In This Topic
    Gets or sets the step, in pixels, of adaptive binarization algorithm.
    Syntax
    'Declaration
    
    Public Property adaptiveBinarizationStep As Integer
    
    
    public int adaptiveBinarizationStep { get; set; }
    
    
    public: __property int get_adaptiveBinarizationStep();
    public: __property void set_adaptiveBinarizationStep(
    int value
    );
    public:
    property int adaptiveBinarizationStep { int get(); void set(int value); }

    Property Value

    0 - adaptive binarization is not used.
    Default value is 0.
    Remarks

    This property should be used if barcode image has uneven lighting.
    Value of this property should be slightly larger than the size of a single barcode module.
    This property has effect in all barcode recognition modes except the automatic barcode recognition mode (automaticRecognition).

    Requirements

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

    See Also