VintaSoft Barcode .NET SDK 16.0: Documentation for .NET developer
Vintasoft.Barcode.QualityTests Namespace / QualityTestAssessmentParameter Class
Constructors Properties Methods Operators SeeAlso
In This Topic
    QualityTestAssessmentParameter Class Members
    In This Topic
    The following tables list the members exposed by QualityTestAssessmentParameter.
    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Initializes a new instance of the class.
    Public Properties
     NameDescription
    Public PropertyGets an alphabetic grade of GradeValue.
    Public PropertyGets the grade text (grade value and alphabetic grade combination).
    Public PropertyGets a grade of parameter value.
    Public PropertyGets a value indicating whether this parameter has grade value GradeValue.
    Public PropertyGets a value indicating whether this parameter has Value.
    Public PropertyGets the parameter value.
    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.
    Public MethodConverts to a string.
    Public Operators
     NameDescription
    Public OperatorPerforms an implicit conversion from QualityTestAssessmentParameter to the grade value, if grade is available, or value (float).
    See Also