Enum OperationPdf417Barcode.CompactionModeEnum

  • All Implemented Interfaces:
    Serializable, Comparable<OperationPdf417Barcode.CompactionModeEnum>
    Enclosing class:
    OperationPdf417Barcode

    public static enum OperationPdf417Barcode.CompactionModeEnum
    extends Enum<OperationPdf417Barcode.CompactionModeEnum>
    If PDF417 barcode compression has been enabled with the \"compact\" attribute, the encoding selected here for the compression of generated PDF417 barcodes will be used. * auto = Try to determine the best encoding method automatically. * byte = Select a byte encoding method in which every 5 codewords represent 6 bytes. * numeric = Select a numeric encoding method in which a group of 15 codewords represents up to 44 decimal numbers. * text = Select a text encoding method in which each codeword represents up to 2 letters.