CWIMAQDataMatrixDescriptionOptions
CWIMAQDataMatrixDescriptionOptions describes the Data Matrix barcode that CWIMAQVision.ReadDataMatrixBarcode2 should look for.
Properties
AspectRatio | Specifies 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). |
CellFill | Specifies the fill percentage for a cell of the Data Matrix barcode that is in the "on" state. |
Columns | Specifies the number of columns in the Data Matrix barcode. |
ECC | Specifies the ECC used for this Data Matrix barcode. |
MinBorderIntegrity | Specifies the minimum percentage of the border (locator pattern and timing pattern) the method should expect in the Data Matrix barcode. During the location phase, the method will ignore possible Data Matrix barcode candidates that do not have at least this level of border integrity. |
MirrorMode | Specifies if the Data Matrix barcode appears normally in the image or if the barcode appears mirrored in the image. |
Polarity | Specifies the data-to-background contrast for the Data Matrix barcode. |
Rectangle | Boolean that specifies if the Data Matrix barcode is rectangular. |
Rows | Specifies the number of rows in the Data Matrix barcode. |