@ViewData["CurrentPage"]
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.
@interface iDataMatrixDetails
Attribute | Type |
---|---|
moduleSize |
NSInteger |
rows |
NSInteger |
columns |
NSInteger |
dataRegionRows |
NSInteger |
dataRegionColumns |
NSInteger |
dataRegionNumber |
NSInteger |
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