VintaSoft Barcode .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Barcode.QualityTests Namespace / ISO15416ScanReflectanceProfile Class / Defects Property
Syntax Remarks Requirements SeeAlso
In This Topic
    Defects Property (ISO15416ScanReflectanceProfile)
    In This Topic
    Gets a defects value.
    Syntax
    'Declaration
    
    Public ReadOnly Property Defects As Double
    
    
    public double Defects { get; }
    
    
    public: __property double get_Defects();
    
    
    
    public:
    property double Defects { double get(); }
    Remarks

    Defects are measured by the ratio between the maximum element reflectance nonuniformity and symbol contrast (Defects = ERNmax / SC).

    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