GradeResult2DBase Class

CVB.Net Documentation
Base class for 2D grading results.
Inheritance Hierarchy

SystemObject
  Stemmer.Cvb.BarcodeGradeResultBase
    Stemmer.Cvb.BarcodeGradeResult2DBase
      Stemmer.Cvb.BarcodeGradeResultDataMatrix
      Stemmer.Cvb.BarcodeGradeResultQR

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

public abstract class GradeResult2DBase : GradeResultBase

The GradeResult2DBase type exposes the following members.

Constructors

  NameDescription
Protected methodGradeResult2DBase
Constructor for GradeResult2DBase objects.
Top
Properties

  NameDescription
Public propertyAxialNonUniformity
Axial non-uniformity factor.
Public propertyDistortion
Angle of distortion.
Public propertyGradeAxialNonUniformity
Grade of the axial non-uniformity (0...4).
Public propertyGradeDecode
4 of decoding succeeded, 0 if it failed.
(Overrides GradeResultBaseGradeDecode.)
Public propertyGradeOverall
Overall grading result.
(Overrides GradeResultBaseGradeOverall.)
Public propertyGradeSymbolContrast
Symbol Contrast Grade (0...4).
(Overrides GradeResultBaseGradeSymbolContrast.)
Public propertyGradeUnusedErrorCorrection
Grade of the amount of unused error correction information.
Public propertyGridNonUniformity
Grid non-uniformity factor.
Public propertyReflectanceMax
Maximum contrast found during grading.
(Overrides GradeResultBaseReflectanceMax.)
Public propertyReflectanceMin
Minimum contrast found during grading.
(Overrides GradeResultBaseReflectanceMin.)
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