@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 OneD code details.
@interface iOneDCodeDetails
Attribute | Type |
---|---|
moduleSize |
NSInteger |
startCharsBytes |
NSData * |
startCharsBytesLength |
NSInteger |
stopCharsBytes |
NSData * |
stopCharsBytesLength |
NSInteger |
checkDigitBytes |
NSData * |
checkDigitBytesLength |
NSInteger |
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