CDataMatrixDetails
The CDataMatrixDetails
class represents the details of a DataMatrix barcode. It is derived from the CBarcodeDetails
class and contains various attributes related to the DataMatrix barcode.
Definition
Namespace: dynamsoft::dbr
Assembly: DynamsoftBarcodeReader
Inheritance: CBarcodeDetails -> CDataMatrixDetails
class CDataMatrixDetails : public CBarcodeDetails
Attributes
Attribute | Type |
---|---|
rows |
int |
columns |
int |
dataRegionRows |
int |
dataRegionColumns |
int |
dataRegionNumber |
int |
rows
The row count of the DataMatrix barcode.
int rows
columns
The column count of the DataMatrix barcode.
int columns
dataRegionRows
The data region row count of the DataMatrix barcode.
int dataRegionRows
dataRegionColumns
The data region column count of the DataMatrix barcode.
int dataRegionColumns
dataRegionNumber
The data region count.
int dataRegionNumber