CWIMAQDataMatrixOptions

NI Vision for Visual Basic

CWIMAQDataMatrixOptions

CWIMAQDataMatrixOptions defines how the method searches for the Data Matrix barcode.

Properties

BarcodeShapeSpecifies the shape of the barcodes that the method searches for. The default is cwimaqBarcode2DShapeSquare.
CellShapeSpecifies the shape of the barcode data cells, which affects how the method decodes the barcode. The default is cwimaqBarcode2DCellShapeSquare.
ContrastSpecifies the contrast of the barcodes that the method searches for. The default is cwimaqBarcode2DContrastAll.
SearchModeSpecifies the mode the method uses to search for barcodes. The default is cwimaqBarcode2DSearchSingleConservative.
SubtypeSpecifies the Data Matrix subtypes of the barcodes that the method searches for. The default is cwimaqBarcode2DSubtypeAll.

See Also

CWIMAQVision.ReadDataMatrixBarcode