接口 ICode128

所有超级接口:
IBarcode, IFontOption, ILabelOption

public interface ICode128 extends IBarcode, ILabelOption, IFontOption
The Code 128 barcode is a linear barcode that represents high-density linear symbology to encode text, numbers, various functions and the entire 128 ASCII character set (from ASCII 0 to ASCII 128).
  • 方法详细资料

    • getCodeSet

      String getCodeSet()
      A value that represents which code is set to use for QRCode. It has 'auto|A|B|C' values. The default value is 'auto'.