Resource Base
Thanks for downloading Dynamsoft Barcode Reader Package!
Your download will start shortly. If your download does not begin, click here to retry.
PDF417Details
is one of the detailedResult
in class TextResult
. It stores the PDF417 code details.
class com.dynamsoft.dbr.PDF417Details;
Attribute | Type | Descriptions |
---|---|---|
moduleSize |
int | The barcode module size (the minimum bar width in pixel). |
rows |
int | The row count of the barcode. |
columns |
int | The column count of the barcode. |
errorCorrectionLevel |
int | The error correction level of the barcode. |
The barcode module size (the minimum bar width in pixel).
int moduleSize
The row count of the barcode.
int rows
The column count of the barcode.
int columns
The error correction level of the barcode.
int errorCorrectionLevel
latest version