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