PDF417Details
Stores the PDF417 details.
public class PDF417Details
Attributes
Attribute | Type |
---|---|
ModuleSize |
int |
Rows |
int |
Columns |
int |
ErrorCorrectionLevel |
int |
ModuleSize
The barcode module size (the minimum bar width in pixel).
int Dynamsoft.PDF417Details.ModuleSize
Rows
The row count of the barcode.
int Dynamsoft.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 Dynamsoft.PDF417Details.Columns
ErrorCorrectionLevel
The error correction level of the barcode.
int Dynamsoft.PDF417Details.ErrorCorrectionLevel