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

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

    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