VintaSoft Barcode .NET SDK 14.3: Documentation for .NET developer
Vintasoft.Barcode.QualityTests Namespace / ISO15416SymbolComponentQualityTest Class / OverallSymbolGradeValue Property
Syntax Remarks Requirements SeeAlso
In This Topic
    OverallSymbolGradeValue Property (ISO15416SymbolComponentQualityTest)
    In This Topic
    Gets an overall symbol component grade value as double value.
    Syntax
    'Declaration
    
    Public ReadOnly Property OverallSymbolGradeValue As Double
    
    
    public double OverallSymbolGradeValue { get; }
    
    
    public: __property double get_OverallSymbolGradeValue();
    
    
    
    public:
    property double OverallSymbolGradeValue { double get(); }

    Property Value

    Possible values are from 0 to 4.
    Remarks

    The overall symbol grade is calculated as the average from grades of all reflectance profiles.

    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