Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / ICode39 Interface
Members
In This Topic
    ICode39 Interface
    In This Topic
    Code 39 is a linear barcode that uses a total of nine bars to represent each symbol which includes numeric characters, upper case characters and some special characters ("%" , "*", "$", "/", "." , "-", "+").
    Syntax
    public interface ICode39 
        implements IBarcode, IFontOption, ILabelOption  
    See Also