Resource Base
Thanks for downloading Dynamsoft Barcode Reader Package!
Your download will start shortly. If your download does not begin, click here to retry.
iDataMatrixDetails
is one of the detailedResult
in class iTextResult
. It stores the DataMatrix code details.
@interface iDataMatrixDetails
Attribute | Type | Descriptions |
---|---|---|
moduleSize |
NSInteger | The barcode module size (the minimum bar width in pixel). |
rows |
NSInteger | The row count of the barcode. |
columns |
NSInteger | The column count of the barcode. |
dataRegionRows |
NSInteger | The data region row count of the barcode. |
dataRegionColumns |
NSInteger | The data region column count of the barcode. |
dataRegionNumber |
NSInteger | The data region count. |
The barcode module size (the minimum bar width in pixel).
NSInteger moduleSize
The row count of the barcode.
NSInteger rows
The column count of the barcode.
NSInteger columns
The data region row count of the barcode.
NSInteger dataRegionRows
The data region column count of the barcode.
NSInteger dataRegionColumns
The data region count.
NSInteger dataRegionNumber
latest version