Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / IEAN8 Interface
Members
In This Topic
    IEAN8 Interface
    In This Topic
    EAN-8 barcode is a barcode that uses only numeric characters and a check digit. This barcode accepts only seven numbers as a string to calculate a check digit (CheckSum) and add it to the eighth position.
    Object Model
    IEAN8 Interface
    Syntax
    public interface IEAN8 : IBarcode, IFontOption, ILabelOption  
    See Also