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.
Attribute | Type |
---|---|
moduleSize |
int |
rows |
int |
columns |
int |
dataRegionRows |
int |
dataRegionColumns |
int |
dataRegionNumber |
int |
The barcode module size (the minimum bar width in pixel).
int com.dynamsoft.dbr.DataMatrixDetails.moduleSize
The row count of the barcode.
int com.dynamsoft.dbr.DataMatrixDetails.rows
The column count of the barcode.
int com.dynamsoft.dbr.DataMatrixDetails.columns
The data region row count of the barcode.
int com.dynamsoft.dbr.DataMatrixDetails.dataRegionRows
The data region column count of the barcode.
int com.dynamsoft.dbr.DataMatrixDetails.dataRegionColumns
The data region count.
int com.dynamsoft.dbr.DataMatrixDetails.dataRegionNumber
latest version