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 PDF417 details.
typedef struct tagPDF417Details PDF417Details
Attribute | Type |
---|---|
moduleSize |
int |
rows |
int |
columns |
int |
errorCorrectionLevel |
int |
reserved |
char[32] |
The barcode module size (the minimum bar width in pixel).
int tagPDF417Details::moduleSize
The row count of the barcode.
int tagPDF417Details::rows
The column count of the barcode.
int tagPDF417Details::columns
The error correction level of the barcode.
int tagPDF417Details::errorCorrectionLevel
Reserved memory for the struct. The length of this array indicates the size of the memory reserved for this struct.
char tagPDF417Details::reserved[32]
latest version