[]
PDF417 barcode is a popular high-density, two-dimensional barcode with symbology that possesses the capability to encode up to 1108 bytes of information. This barcode comprises a stacked set of small barcodes and can encode up to 35 alphanumeric characters and 2,710 numeric characters.
public interface IPDF417 : IBarcode
Gets columns number for the barcode.
int Columns { get; }
Specifies whether it is a compact PDF417. The default value is 'false'.
bool Compact { get; }
Gets the error correction level for the barcode.
int ErrorCorrectionLevel { get; }
Gets row numbers for the barcode.
int Rows { get; }