VintaSoft Barcode .NET SDK 16.0: Documentation for .NET developer
Vintasoft.Barcode.QualityTests Namespace / ISO15415QualityTest Class / CodewordPrintQualityGrade Property
Syntax Requirements SeeAlso
In This Topic
CodewordPrintQualityGrade Property (ISO15415QualityTest)
In This Topic
Gets a Codeword Print Quality Grade for a two-dimensional multi-row symbol.
Syntax
'Declaration

Public ReadOnly Property CodewordPrintQualityGrade As QualityTestAssessmentParameter

public QualityTestAssessmentParameter CodewordPrintQualityGrade { get; }

Property Value

Value of this grade is minimum of CodewordPrintQualityModulationGrade, CodewordPrintQualityDefectsGrade and CodewordPrintQualityDecodabilityGrade. 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