CWIMAQDataMatrixDescriptionOptions

NI Vision for Visual Basic

CWIMAQDataMatrixDescriptionOptions

CWIMAQDataMatrixDescriptionOptions describes the Data Matrix barcode that CWIMAQVision.ReadDataMatrixBarcode2 should look for.

Properties

AspectRatioSpecifies 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).
CellFillSpecifies the fill percentage for a cell of the Data Matrix barcode that is in the "on" state.
ColumnsSpecifies the number of columns in the Data Matrix barcode.
ECCSpecifies the ECC used for this Data Matrix barcode.
MinBorderIntegritySpecifies 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.
MirrorModeSpecifies if the Data Matrix barcode appears normally in the image or if the barcode appears mirrored in the image.
PolaritySpecifies the data-to-background contrast for the Data Matrix barcode.
RectangleBoolean that specifies if the Data Matrix barcode is rectangular.
RowsSpecifies the number of rows in the Data Matrix barcode.

See Also

CWIMAQVision.ReadDataMatrixBarcode2