CWIMAQDataMatrixECCTypes Enumeration
From NI Vision for Visual Basic
CWIMAQDataMatrixECCTypes Enumeration
CWIMAQDataMatrixECCTypes are the constants that specify the ECC used for the data matrix in the image.
You can use the following constants with this data type:
- cwimaqDataMatrixECCType000—Sets the method to read Data Matrix barcodes of ECC 000 only.
- cwimaqDataMatrixECCType000To140—Sets the method to read Data Matrix barcodes of ECC 000, ECC 050, ECC 080, ECC 100, and ECC 140 only.
- cwimaqDataMatrixECCType050—Sets the method to read Data Matrix barcodes of ECC 050 only.
- cwimaqDataMatrixECCType080—Sets the method to read Data Matrix barcodes of ECC 080 only.
- cwimaqDataMatrixECCType100—Sets the method to read Data Matrix barcodes of ECC 100 only.
- cwimaqDataMatrixECCType140—Sets the method to read Data Matrix barcodes of ECC 140 only.
- cwimaqDataMatrixECCType200—Sets the method to read Data Matrix barcodes of ECC 200 only.
- cwimaqDataMatrixECCTypeAutoDetect—The method determines the barcode ECC automatically.
See Also
CWIMAQVision.ReadDataMatrixBarcode2