Class PDF417Info


  • public class PDF417Info
    extends java.lang.Object
    Enumeration contains the information about the PDF417 barcode
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int columns
      Number of columns in a barcode
      int errorLevel
      Barcode error correction level
      int rows
      Number of rows in a barcode
    • Constructor Summary

      Constructors 
      Constructor Description
      PDF417Info()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • errorLevel

        public int errorLevel
        Barcode error correction level
      • columns

        public int columns
        Number of columns in a barcode
      • rows

        public int rows
        Number of rows in a barcode
    • Constructor Detail

      • PDF417Info

        public PDF417Info()