API Reference
Class
EanEncoder
Encodes EAN-8 and EAN-13 barcodes.
Inheritance
- Object
- EanEncoder
Methods
public static Barcode1D Encode(String content) #Returns:
Barcode1DEncodes an EAN barcode (EAN-8 or EAN-13, depending on input length). Use "+NN" or "+NNNNN" to append add-ons.
Parameters
- content System.String