| layout | default-layout |
|---|---|
| title | CDataMatrixDetails Class - Dynamsoft Barcode Reader C++ Edition API Reference |
| description | This page shows CDataMatrixDetails class definition of Dynamsoft Barcode Reader SDK C++ Edition. |
| keywords | rows, columns, CDataMatrixDetails, api reference |
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.
Namespace: dynamsoft::dbr
Assembly: DynamsoftBarcodeReader
Inheritance: [CBarcodeDetails]({{ site.dbr_cpp_api }}barcode-details.html) -> CDataMatrixDetails
class CDataMatrixDetails : public CBarcodeDetails| Attribute | Type |
|---|---|
rows |
int |
columns |
int |
dataRegionRows |
int |
dataRegionColumns |
int |
dataRegionNumber |
int |
The row count of the DataMatrix barcode.
int rowsThe column count of the DataMatrix barcode.
int columnsThe data region row count of the DataMatrix barcode.
int dataRegionRowsThe data region column count of the DataMatrix barcode.
int dataRegionColumnsThe data region count.
int dataRegionNumber