CWIMAQDataMatrixReport
CWIMAQDataMatrixReport contains parameters that specify the results of reading a Data Matrix barcode.
Properties
AspectRatio | Specifies the aspect ratio of the Data Matrix barcode in the image, which equals the ratio of the width of a Data Matrix barcode cell (in pixels) divided by the height of a Data Matrix barcode cell (in pixels). |
Binary | If True, the data in the Data Matrix barcode is binary. If False, the data in the Data Matrix barcode is ASCII text. |
BorderIntegrity | The percentage of the Data Matrix barcode border that appears correctly in the image. |
BoundingPoints | Coordinates of the corners of the rectangle surrounding the Data Matrix barcode. |
CellFill | The cell fill percentage of the Data Matrix barcode. |
CellFilterMode | The cell filter mode the method used to locate the Data Matrix barcode. |
CellSampleSize | The cell sample size the method used to locate the Data Matrix barcode. |
Columns | The number of columns in the Data Matrix barcode. |
Data | String containing the decoded Data Matrix barcode data. |
DemodulationMode | The demodulation mode the function used to locate the Data Matrix barcode. |
ECC | The ECC (error correction code) used by the Data Matrix barcode. |
Found | If True, the method located and decoded a Data Matrix barcode. If False, the method failed to locate and decode a Data Matrix barcode. |
Iterations | The number of iterations the method took in attempting to locate the Data Matrix barcode. |
MinEdgeStrength | The strength of the weakest edge the method used to find the coarse location of the Data Matrix barcode in the image. |
Mirrored | If True, the Data Matrix barcode appears mirrored in the image. If False, the Data Matrix barcode appears normally in the image. |
NumErasuresCorrected | The number of erasures the method corrected when decoding the Data Matrix barcode. |
NumErrorsCorrected | The number of errors the method corrected when decoding the DataMatrix barcode. |
Polarity | The polarity of the Data Matrix barcode. |
Rows | The number of rows in the Data Matrix barcode. |