DataMatrix Class

CVB.Net Documentation
Configuration for DataMatrix Code reading.
Inheritance Hierarchy

SystemObject
  Stemmer.Cvb.Barcode.ConfigurationBase
    Stemmer.Cvb.Barcode.Configuration.BaseClassesReaderConfigurationBase
      Stemmer.Cvb.Barcode.Configuration.BaseClassesReader2DConfigurationBase
        Stemmer.Cvb.Barcode.ConfigurationDataMatrix

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

public class DataMatrix : Reader2DConfigurationBase

The DataMatrix type exposes the following members.

Constructors

  NameDescription
Public methodDataMatrix
ctor
Top
Properties

  NameDescription
Public propertyAllowDistorted
When set to true, the reader will also read distorted data matrix codes. This flag will not have any effect when reading dotted data matrix codes.
Public propertyAllowRectangular
When set to true, the reader will also read none-square data matrix codes.
Public propertyDottedContrast
Minimum contrast value for dotted data matrix codes. Only relevant when reading dotted data matrix codes. Valid values are in the interval [10...100]
Public propertyDottedModuleWidth
Minimum module width for dotted data matrix codes. Only relevant when reading dotted data matrix codes. Valid values are in the interval [30...150]
Public propertyDottedQuietzoneWidth
Minimum quiet zone width for dotted data matrix codes. Only relevant when reading dotted data matrix codes. Valid values are in the interval [3...5]
Public propertyFormats
Formats of data matrix codes to read.
Public propertyInverse
Barcode or Matrix code is inverted in the image.
(Inherited from ReaderConfigurationBase.)
Public propertyLevels
Run direction of the Pharma Code. The overall Barcode orientation mode of the reader will have no effect for Pharma Codes.
Public propertyMaxSize
Maximum number of lines and columns in one Data Matrix square. Valid values are in the interval [MinSize...144].
Public propertyMinSize
Minimum number of lines and columns in one Data Matrix square. Valid values are in the interval [7...MaxSize].
Public propertyMirrored
When set to true, the reader will expect the code to be mirrored.
(Inherited from Reader2DConfigurationBase.)
Public propertyPharmaCode2DBar1
Proofing of the color bar of field 1 on square or rectangular 2D Pharma Codes. Only relevant when reading 2D Pharma Codes.
Public propertyPharmaCode2DBar2
Proofing of the color bar of field 2 on square or rectangular 2D Pharma Codes. Only relevant when reading 2D Pharma Codes.
Public propertyPharmaCode2DBar3
Proofing of the color bar of field 3 on square or rectangular 2D Pharma Codes. Only relevant when reading 2D Pharma Codes.
Public propertyPharmaCode2DBar4
Proofing of the color bar of field 1 on square or rectangular 2D Pharma Codes. Only relevant when reading 2D Pharma Codes.
Public propertyPharmaCode2DBar5
Proofing of the color bar of field 5 on square or rectangular 2D Pharma Codes. Only relevant when reading 2D Pharma Codes.
Public propertyPharmaCode2DBar6
Proofing of the color bar of field 6 on square or rectangular 2D Pharma Codes. Only relevant when reading 2D Pharma Codes.
Public propertyPharmaCode2DBar7
Proofing of the color bar of field 7 on square or rectangular 2D Pharma Codes. Only relevant when reading 2D Pharma Codes.
Public propertyPharmaCode2DBar8
Proofing of the color bar of field 8 on square or rectangular 2D Pharma Codes. Only relevant when reading 2D Pharma Codes.
Public propertyPharmaCode2DExpanded
When set to true, the reader will also read expanded 2D Pharma Codes. Only relevant when reading 2D Pharma Codes.
Public propertyPharmaCode2DThreshold
Binarization threshold in %. Valid values are in the interval [0...100]. Only relevant when reading 2D Pharma Codes.
Public propertySubType
Sub type of data matrix code to read.
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
Fields

  NameDescription
Public fieldStatic memberMaxDottedContrastLimit
Highest possible dotted contrast value.
Public fieldStatic memberMaxDottedModuleWidthLimit
Highest possible dotted module width value.
Public fieldStatic memberMaxDottedQuietZoneWidthLimit
Maximum quiet zone width when reading dotted data matrix codes.
Public fieldStatic memberMaxSizeLimit
Highest possible number of rows/columns in a data matrix code.
Public fieldStatic memberMinDottedContrastLimit
Lowest possible dotted contrast value.
Public fieldStatic memberMinDottedModuleWidthLimit
Lowest possible dotted module width value.
Public fieldStatic memberMinDottedQuietZoneWidthLimit
Minimum quiet zone width when reading dotted data matrix codes.
Public fieldStatic memberMinSizeLimit
Lowest possible number of rows/columns in a data matrix code.
Top
See Also

Reference