PDF417Details
Stores the PDF417 details.
public class PDF417Details
Attributes
Attribute | Type |
---|---|
ModuleSize |
int |
Rows |
int |
Columns |
int |
ErrorCorrectionLevel |
int |
HasLeftRowIndicator |
int |
HasRightRowIndicator |
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
HasLeftRowIndicator
Whether the left row indicator of the PDF417 code exists.
- 0: left row indicator does not exist
- 1: left row indicator exists
int Dynamsoft.PDF417Details.HasLeftRowIndicator
HasRightRowIndicator
Whether the right row indicator of the PDF417 code exists.
- 0: right row indicator does not exist
- 1: right row indicator exists
int Dynamsoft.PDF417Details.HasRightRowIndicator