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;
}

Last updated