Thanks for downloading Dynamsoft Barcode Reader Package!
Your download will start shortly. If your download does not begin, click here to retry.
iOneDCodeDetails
is one of the detailedResult
in class iTextResult
. It stores the OneD code details.
@interface iOneDCodeDetails
Attribute | Type | Descriptions |
---|---|---|
moduleSize |
NSInteger | The barcode module size (the minimum bar width in pixel). |
startCharsBytes |
NSData * | The start chars in a byte array. |
startCharsBytesLength |
NSInteger | The length of the start chars byte array. |
stopCharsBytes |
NSData * | The stop chars in a byte array. |
stopCharsBytesLength |
NSInteger | The length of the stop chars byte array. |
checkDigitBytes |
NSData * | The check digit chars in a byte array. |
checkDigitBytesLength |
NSInteger | The length of the check digit chars byte array. |
The barcode module size (the minimum bar width in pixel).
NSInteger moduleSize
The start chars in a byte array.
NSData* startCharsBytes
The length of the start chars byte array.
NSInteger startCharsBytesLength
The stop chars in a byte array.
NSData* stopCharsBytes
The length of the stop chars byte array.
NSInteger stopCharsBytesLength
The check digit chars in a byte array.
NSData* checkDigitBytes
The length of the check digit chars byte array.
NSInteger checkDigitBytesLength
latest version