QRGrading Class

CVB.Net Documentation
Configuration settings for QR grading.
Inheritance Hierarchy

SystemObject
  Stemmer.Cvb.Barcode.ConfigurationBase
    Stemmer.Cvb.Barcode.Configuration.BaseClassesGraderConfigurationBase
      Stemmer.Cvb.Barcode.Configuration.BaseClassesGrader2DConfigurationBase
        Stemmer.Cvb.Barcode.ConfigurationQRGrading

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

public class QRGrading : Grader2DConfigurationBase

The QRGrading type exposes the following members.

Constructors

  NameDescription
Public methodQRGrading
ctor
Top
Properties

  NameDescription
Public propertyExpectReducedQuietzone
Set to true if the quiet zone around the code is less than the usual 4 module sizes (for regular QR) or 2 module sizes (for mini QR).
Public propertyGradeAngleOfDistortion
Set to true to determine the amount of unused error correction information in the code.
(Inherited from Grader2DConfigurationBase.)
Public propertyGradeAxialNonUniformity
Set to true to measure the axial non uniformity when grading.
(Inherited from Grader2DConfigurationBase.)
Public propertyGradeFixedPatternDamage
Set to true to measure the fixed pattern damage when grading.
(Inherited from Grader2DConfigurationBase.)
Public propertyGradeFormatInformation
Set to true to determine the format information when grading.
Public propertyGradeGridNonUniformity
Set to true to measure the grid non uniformity when grading.
(Inherited from Grader2DConfigurationBase.)
Public propertyGradeModulation
Set to true to include the modulation grade in the overall grade calculation.
(Inherited from GraderConfigurationBase.)
Public propertyGradeReflectanceMargin
Set to true to measure the reflectance margin when grading.
(Inherited from Grader2DConfigurationBase.)
Public propertyGradeSymbolContrast
Set to true to measure the symbol contrast when grading.
(Inherited from GraderConfigurationBase.)
Public propertyGradeUnusedErrorCorrection
Set to true to determine the amount of unused error correction information in the code.
(Inherited from Grader2DConfigurationBase.)
Public propertyGradeVersionInformation
Set to true to determine the version information when grading.
Public propertyReflectanceReference
Reflectance Reference Range for contrast calculation.
(Inherited from GraderConfigurationBase.)
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.)
Protected methodSetDirty
Sets the dirty flag.
(Inherited from Base.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference