VintaSoft Barcode .NET SDK 16.0: Documentation for .NET developer
Vintasoft.Barcode.QualityTests Namespace / QualityTestAssessmentParameter Class / GradeText Property
Syntax Requirements SeeAlso
In This Topic
    GradeText Property (QualityTestAssessmentParameter)
    In This Topic
    Gets the grade text (grade value and alphabetic grade combination).
    Syntax
    'Declaration
    
    Public ReadOnly Property GradeText As String
    
    
    public string GradeText { get; }
    
    
    public: __property string* get_GradeText();
    
    
    
    public:
    property string^ GradeText { string^ get(); }

    Property Value

    Example: "3,9 (A)"
    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