Resource Base
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.
Attribute | Type |
---|---|
moduleSize |
int |
startCharsBytes |
byte[] |
stopCharsBytes |
byte[] |
checkDigitBytes |
byte[] |
The barcode module size (the minimum bar width in pixel).
int com.dynamsoft.barcode.LocalizationResult.moduleSize
The start chars in a byte array.
byte[] com.dynamsoft.barcode.LocalizationResult.startCharsBytes
The stop chars in a byte array.
byte[] com.dynamsoft.barcode.LocalizationResult.stopCharsBytes
The check digit chars in a byte array.
byte[] com.dynamsoft.barcode.LocalizationResult.checkDigitBytes
version 7.6.0