Resource Base
Thanks for downloading Dynamsoft Barcode Reader Package!
Your download will start shortly. If your download does not begin, click here to retry.
Stores the DataMatrix details.
typedef struct tagDataMatrixDetails DataMatrixDetails
Attribute | Type |
---|---|
moduleSize |
int |
rows |
int |
columns |
int |
dataRegionRows |
int |
dataRegionColumns |
int |
dataRegionNumber |
int |
reserved |
char[32] |
The barcode module size (the minimum bar width in pixel).
int tagDataMatrixDetails::moduleSize
The row count of the barcode.
int tagDataMatrixDetails::rows
The column count of the barcode.
int tagDataMatrixDetails::columns
The data region row count of the barcode.
int tagDataMatrixDetails::dataRegionRows
The data region column count of the barcode.
int tagDataMatrixDetails::dataRegionColumns
The data region count.
int tagDataMatrixDetails::dataRegionNumber
Reserved memory for the struct. The length of this array indicates the size of the memory reserved for this struct.
char tagDataMatrixDetails::reserved[32]
latest version