| layout | default-layout |
|---|---|
| title | CDataMatrixDetails Class - Dynamsoft Barcode Reader C++ Edition API Reference |
| description | API reference for the CDataMatrixDetails class in Dynamsoft Barcode Reader C++ Edition, storing the row count, column count, data region dimensions, and region number of a decoded DataMatrix barcode. |
| 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