Resource Base
Thanks for downloading Dynamsoft Barcode Reader Package!
Your download will start shortly. If your download does not begin, click here to retry.
iPDF417Details
is one of the detailedResult
in class iTextResult
. It stores the PDF417 code details.
@interface iPDF417Details
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. |
errorCorrectionLevel |
NSInteger | The error correction level of the barcode. |
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 error correction level of the barcode.
NSInteger errorCorrectionLevel
latest version