接口 IPDF417

所有超级接口:
IBarcode

public interface IPDF417 extends IBarcode
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.
  • 方法详细资料

    • getErrorCorrectionLevel

      int getErrorCorrectionLevel()
      Gets the error correction level for the barcode.
    • getRows

      int getRows()
      Gets row numbers for the barcode.
    • getColumns

      int getColumns()
      Gets columns number for the barcode.
    • getCompact

      boolean getCompact()
      Specifies whether it is a compact PDF417. The default value is 'false'.