VintaSoft Barcode .NET SDK 16.0: Documentation for .NET developer
Vintasoft.Barcode.QualityTests Namespace / QualityTestPercentParameter Class
Constructors Properties Methods Operators SeeAlso
In This Topic
QualityTestPercentParameter Class Members
In This Topic
The following tables list the members exposed by QualityTestPercentParameter.
Public Constructors
 NameDescription
Public ConstructorInitializes a new instance of the QualityTestPercentParameter class.
Public Properties
 NameDescription
Public PropertyGets an alphabetic grade of GradeValue. (Inherited from QualityTestAssessmentParameter)
Public PropertyGets the grade text (grade value and alphabetic grade combination). (Inherited from QualityTestAssessmentParameter)
Public PropertyGets a grade of parameter value. (Inherited from QualityTestAssessmentParameter)
Public PropertyGets a value indicating whether this parameter has grade value GradeValue. (Inherited from QualityTestAssessmentParameter)
Public PropertyGets a value indicating whether this parameter has Value. (Inherited from QualityTestAssessmentParameter)
Public PropertyGets the parameter value. (Inherited from QualityTestAssessmentParameter)
Public PropertyGets the value text.
Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)Returns the alphabetic quality grade that corresponds to the specified quality grade. (Inherited from QualityTestAssessmentParameter)
Public MethodConverts to a string. (Inherited from QualityTestAssessmentParameter)
Public Operators
 NameDescription
Public OperatorPerforms an implicit conversion from QualityTestAssessmentParameter to the grade value, if grade is available, or value (float). (Inherited from QualityTestAssessmentParameter)
See Also