CogIDDataMatrixECCLevelConstants EnumerationCognex VisionPro 9.23
Enumeration of 2D Symbol Data Matrix ECC levels. The ECC ( Error Checking and Correction) Level specifies the version of the Data Matrix symbol to be decoded.

Namespace: Cognex.VisionPro.ID
Assembly: Cognex.VisionPro.ID (in Cognex.VisionPro.ID.dll) Version: 91.0.0.0
Syntax

public enum CogIDDataMatrixECCLevelConstants
Members

  Member nameValueDescription
Level00Specifies ECC-000 encoded symbols. These symbols are square and have an odd number of data marks on each side.
Level5050Specifies ECC-050 encoded symbols. These symbols are square and have an odd number of data marks on each side.
Level8080Specifies ECC-080 encoded symbols. These symbols are square and have an odd number of data marks on each side.
Level100100Specifies ECC-100 encoded symbols. These symbols are square and have an odd number of data marks on each side.
Level120120Specifies ECC-120 encoded symbols. These symbols are square and have an odd number of data marks on each side.
Level140140Specifies ECC-140 encoded symbols. These symbols are square and have an odd number of data marks on each side.
Level200200Specifies ECC-200 encoded symbols. These symbols have an even number of data marks on each side and can be square or rectangular.
See Also