Skip to content

saravanajd/BarcodeGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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