[]
        
(Showing Draft Content)

ICode93

Interface ICode93

All Superinterfaces:
IBarcode, IFontOption, ILabelOption

public interface ICode93 extends IBarcode, IFontOption, ILabelOption
Code93 barcode is a barcode that uses uppercase characters and numeric characters along with some special characters ("%" , "*", "$", "/", "." , "-", "+").
  • Method Details

    • getCheckDigit

      boolean getCheckDigit()
      Specifies whether the symbol needs a check digit. The default value is 'false'.
    • getFullASCII

      boolean getFullASCII()
      Specifies whether to support full ASCII for Code93. The default value is 'false'.