PDF417Info
PDF417Info
enumeration contains the information about the PDF417 barcode.
public class PDF417Info {
public int errorLevel;
public int columns;
public int rows;
}
Constant | Description |
---|---|
errorLevel | barcode error correction level |
columns | number of columns in a barcode |
rows | number of rows in a barcode |