Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 722 Bytes

File metadata and controls

26 lines (19 loc) · 722 Bytes

Barcode Generator

Download DLL

Overview

This library was designed to generate barcode images from a string of data.

Supported
EAN-8
EAN-13
UPC-A
UPC-E
Codabar

Example

BarcodeGenerator.Barcode barcode = new BarcodeGenerator.Barcode("978020137962",
                                                BarcodeGenerator.SymbologyType.EAN13);
Image imgBarcode = barcode.DrawBarcode();

Screenshot

barcode_generator