GradeResult1D Class

CVB.Net Documentation
Grading result for 1D codes.
Inheritance Hierarchy

SystemObject
  Stemmer.Cvb.BarcodeGradeResultBase
    Stemmer.Cvb.BarcodeGradeResult1D

Namespace:  Stemmer.Cvb.Barcode
Assembly:  Stemmer.Cvb.Barcode (in Stemmer.Cvb.Barcode.dll) Version: 14.0.0.0
Syntax

public class GradeResult1D : GradeResultBase

The GradeResult1D type exposes the following members.

Properties

  NameDescription
Public propertyDecodability
Decodability value.
Public propertyDecodedScanLines
Percentage of successfully decoded scan reflectance profiles.
Public propertyDefects
Total number of errors divided by the number of scan lines.
Public propertyEdgeContrastMin
Minimum edge contrast value.
Public propertyGlobalThreshold
Global threshold in %.
Public propertyGradeDecodability
Decodability grade (0...4).
Public propertyGradeDecode
Decode grade (0...4).
(Overrides GradeResultBaseGradeDecode.)
Public propertyGradeDefects
Defects grade (0...4).
Public propertyGradeEdgeContrastMin
Edge contrast grade (0...4).
Public propertyGradeModulation
Modulation Grade (0...4).
Public propertyGradeOverall
Overall grade (0...4).
(Overrides GradeResultBaseGradeOverall.)
Public propertyGradeReflectanceMin
Minimum reflectance grade (0...4).
Public propertyGradeSymbolContrast
Symbol Contrast Grade (0...4).
(Overrides GradeResultBaseGradeSymbolContrast.)
Public propertyModulation
Modulation value.
Public propertyPrintContrastSignal
Print contrast signal value.
Public propertyReflectanceMax
Maximum contrast found during grading in % of the scan reflectance limits.
(Overrides GradeResultBaseReflectanceMax.)
Public propertyReflectanceMin
Minimum contrast found during grading in % of the scan reflectance limits.
(Overrides GradeResultBaseReflectanceMin.)
Public propertyResultInfo
Information about the code grading result.
Public propertyScanLinesUsed
Number of scan lines that have been used.
Public propertySymbolContrast
Measured Symbol Contrast in % of the scan reflectance limits.
(Overrides GradeResultBaseSymbolContrast.)
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference