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.
public class DataMatrixDetails
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 Dynamsoft.Barcode.DataMatrixDetails.ModuleSize
The row count of the barcode.
int Dynamsoft.Barcode.DataMatrixDetails.Rows
The column count of the barcode.
int Dynamsoft.Barcode.DataMatrixDetails.Columns
The data region row count of the barcode.
int Dynamsoft.Barcode.DataMatrixDetails.DataRegionRows
The data region column count of the barcode.
int Dynamsoft.Barcode.DataMatrixDetails.DataRegionColumns
The data region count.
int Dynamsoft.Barcode.DataMatrixDetails.DataRegionNumber
version 7.6.0