VintaSoft Barcode .NET SDK 16.0: Documentation for .NET developer
Vintasoft.Barcode.QualityTests Namespace / QualityTestAssessmentParameter Class / GradeValue Property
Syntax Requirements SeeAlso
In This Topic
    GradeValue Property (QualityTestAssessmentParameter)
    In This Topic
    Gets a grade of parameter value.
    Syntax
    'Declaration
    
    Public ReadOnly Property GradeValue As Single
    
    
    public float GradeValue { get; }
    
    
    public: __property float get_GradeValue();
    
    
    
    public:
    property float GradeValue { float get(); }

    Property Value

    This grade is numeric basis for expressing quality grade on a descending scale from 4,0 to 0,0 in steps of 0,1. The highest quality is represented by 4,0. The unavailable value is represented by negative number.
    Requirements

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

    See Also