VintaSoft Barcode .NET SDK 16.0: Documentation for .NET developer
Vintasoft.Barcode.QualityTests Namespace / QualityTestAssessmentParameter Class / AlphabeticGrade Property
Syntax Requirements SeeAlso
In This Topic
    AlphabeticGrade Property (QualityTestAssessmentParameter)
    In This Topic
    Gets an alphabetic grade of GradeValue.
    Syntax
    'Declaration
    
    Public ReadOnly Property AlphabeticGrade As QualityTestAlphabeticGrade
    
    
    public QualityTestAlphabeticGrade AlphabeticGrade { get; }
    
    
    public: __property QualityTestAlphabeticGrade get_AlphabeticGrade();
    
    
    
    public:
    property QualityTestAlphabeticGrade AlphabeticGrade { QualityTestAlphabeticGrade get(); }

    Property Value

    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