PDF417Details
Stores the PDF417 details.
Attributes
Attribute | Type |
---|---|
moduleSize |
int |
rows |
int |
columns |
int |
errorCorrectionLevel |
int |
moduleSize
The barcode module size (the minimum bar width in pixel).
int com.dynamsoft.barcode.PDF417Details.moduleSize
rows
The row count of the barcode.
int com.dynamsoft.barcode.PDF417Details.rows
columns
The column count of codewords between the left and right row indicators, where the actual data and the ECC is encoded.
int com.dynamsoft.barcode.PDF417Details.columns
errorCorrectionLevel
The error correction level of the barcode.
int com.dynamsoft.barcode.PDF417Details.errorCorrectionLevel