CWIMAQBarcode2DReportItem
CWIMAQBarcode2DReportItem contains parameters that specify the results of reading a 2D barcode.
Properties
| Binary | If True, the data in the 2D barcode is binary. If False, the data in the 2D barcode is ASCII text. |
| BoundingPoints | Coordinates of the corners of the rectangle surrounding the 2D barcode. |
| Columns | The number of columns in the 2D barcode. |
| Data | String containing the decoded 2D barcode data. |
| NumErasuresCorrected | The number of erasures the method corrected when decoding the 2D barcode. |
| NumErrorsCorrected | The number of errors the method corrected when decoding the 2D barcode. |
| Rows | The number of rows in the 2D barcode. |
| Type | Type of the 2D barcode. |