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.
class OnedDetailedResult
Attribute | Type |
---|---|
module_size |
int |
start_chars_bytes |
bytearray |
stop_chars_bytes |
bytearray |
check_digit_bytes |
bytearray |
The barcode module size (the minimum bar width in pixel).
OnedDetailedResult.module_size
The start chars in a byte array.
OnedDetailedResult.start_chars_bytes
The stop chars in a byte array.
OnedDetailedResult.stop_chars_bytes
The check digit chars in a byte array.
OnedDetailedResult.check_digit_bytes
version 7.5.0