PDF417Info
This page covers the description of the PDF417Info enumeration
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
Last updated
Was this helpful?