CWIMAQDataMatrixReport

NI Vision for Visual Basic

CWIMAQDataMatrixReport

CWIMAQDataMatrixReport contains parameters that specify the results of reading a Data Matrix barcode.

Properties

AspectRatioSpecifies 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).
BinaryIf True, the data in the Data Matrix barcode is binary. If False, the data in the Data Matrix barcode is ASCII text.
BorderIntegrityThe percentage of the Data Matrix barcode border that appears correctly in the image.
BoundingPointsCoordinates of the corners of the rectangle surrounding the Data Matrix barcode.
CellFillThe cell fill percentage of the Data Matrix barcode.
CellFilterModeThe cell filter mode the method used to locate the Data Matrix barcode.
CellSampleSizeThe cell sample size the method used to locate the Data Matrix barcode.
ColumnsThe number of columns in the Data Matrix barcode.
DataString containing the decoded Data Matrix barcode data.
DemodulationModeThe demodulation mode the function used to locate the Data Matrix barcode.
ECCThe ECC (error correction code) used by the Data Matrix barcode.
FoundIf True, the method located and decoded a Data Matrix barcode. If False, the method failed to locate and decode a Data Matrix barcode.
IterationsThe number of iterations the method took in attempting to locate the Data Matrix barcode.
MinEdgeStrengthThe strength of the weakest edge the method used to find the coarse location of the Data Matrix barcode in the image.
MirroredIf True, the Data Matrix barcode appears mirrored in the image. If False, the Data Matrix barcode appears normally in the image.
NumErasuresCorrectedThe number of erasures the method corrected when decoding the Data Matrix barcode.
NumErrorsCorrectedThe number of errors the method corrected when decoding the DataMatrix barcode.
PolarityThe polarity of the Data Matrix barcode.
RowsThe number of rows in the Data Matrix barcode.

See Also

CWIMAQVision.ReadDataMatrixBarcode2