VintaSoft Barcode .NET SDK 14.3: Documentation for .NET developer
Vintasoft.Barcode Namespace / IBarcodeInfo Interface / ReadingQuality Property
Syntax Remarks Requirements SeeAlso
In This Topic
    ReadingQuality Property (IBarcodeInfo)
    In This Topic
    Gets a barcode reading quality.
    Syntax
    'Declaration
    
    Public ReadOnly Property ReadingQuality As Double
    
    
    public double ReadingQuality { get; }
    
    
    public: __property double get_ReadingQuality();
    
    
    
    public:
    property double ReadingQuality { double get(); }

    Property Value

    Possible values:
    • value is close to 1 - barcode was read very successful, e.g. it's ideal barcode
    • value is less 0,5 - more than a half of scanning lines are damaged
    Remarks

    This property has no relation to the barcode string value. Confidence property must be used if correctness of recognised barcode must be appraised.

    Requirements

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

    See Also