Resource Base
Thanks for downloading Dynamsoft Barcode Reader Package!
Your download will start shortly. If your download does not begin, click here to retry.
OneDCodeDetails
is one of the detailedResult
in class TextResult
. It stores the OneD code details.
class com.dynamsoft.dbr.OneDCodeDetails;
Attribute | Type | Descriptions |
---|---|---|
moduleSize |
int | The barcode module size (the minimum bar width in pixel). |
startCharsBytes |
int | The start chars in a byte array. |
stopCharsBytes |
int | The stop chars in a byte array. |
checkDigitBytes |
int | The check digit chars in a byte array. |
startPatternRange |
int | The start pattern range of the OneDcode. |
middlePatternRange |
int | The middle pattern range of the OneDcode. |
endPatternRange |
int | The end pattern range of the OneDcode. |
The barcode module size (the minimum bar width in pixel).
int moduleSize
The start chars in a byte array.
byte[] startCharsBytes
The stop chars in a byte array.
byte[] stopCharsBytes
The check digit chars in a byte array.
byte[] checkDigitBytes
The start pattern range of the OneDcode.
byte[] startPatternRange
The middle pattern range of the OneDcode.
byte[] middlePatternRange
The end pattern range of the OneDcode.
byte[] endPatternRange
latest version