OneDCodeDetails
Stores the OneD code details.
Attributes
Attribute | Type |
---|---|
moduleSize |
int |
startCharsBytes |
byte[] |
stopCharsBytes |
byte[] |
checkDigitBytes |
byte[] |
moduleSize
The barcode module size (the minimum bar width in pixel).
int com.dynamsoft.barcode.LocalizationResult.moduleSize
startCharsBytes
The start chars in a byte array.
byte[] com.dynamsoft.barcode.LocalizationResult.startCharsBytes
stopCharsBytes
The stop chars in a byte array.
byte[] com.dynamsoft.barcode.LocalizationResult.stopCharsBytes
checkDigitBytes
The check digit chars in a byte array.
byte[] com.dynamsoft.barcode.LocalizationResult.checkDigitBytes