Thanks for downloading Dynamsoft Barcode Reader Package!
Your download will start shortly. If your download does not begin, click here to retry.
DataMatrixDetails
Stores the DataMatrix details.
Attributes
Attribute | Type |
---|---|
moduleSize |
int |
rows |
int |
columns |
int |
dataRegionRows |
int |
dataRegionColumns |
int |
dataRegionNumber |
int |
moduleSize
The barcode module size (the minimum bar width in pixel).
int com.dynamsoft.dbr.DataMatrixDetails.moduleSize
rows
The row count of the barcode.
int com.dynamsoft.dbr.DataMatrixDetails.rows
columns
The column count of the barcode.
int com.dynamsoft.dbr.DataMatrixDetails.columns
dataRegionRows
The data region row count of the barcode.
int com.dynamsoft.dbr.DataMatrixDetails.dataRegionRows
dataRegionColumns
The data region column count of the barcode.
int com.dynamsoft.dbr.DataMatrixDetails.dataRegionColumns
dataRegionNumber
The data region count.
int com.dynamsoft.dbr.DataMatrixDetails.dataRegionNumber