C# UPC-E Barcode Reader
.NET UPC-E Barcode Reader for .NET, C#, ASP.NET & VB.NET

Barcode Reader for C#.NET > How to read barcode in C#? > Scan, read, UPC-E barcodes in C#


  • Completely written in Visual C#.NET 2.0
  • Conform to .NET 2.0, 3.0, 3.5 and later version
  • Have fast reading speed
  • Support reading distorted UPC-E barcode images
  • Read UPC-E barcodes from all angles
  • Scan multiple UPC-E barcodes in a single image file
  • Support GIF, JPEG, PNG & TIFF formats
Download UPC-E .NET Barcode Reader
Please download trial version of KA.Barcode Reader for .NET for free. The unzipped trial version of this barcode reader contains:
  • KeepAutomation.BarcodeReader.dll
  • End user license agreement
  • User manual
  • Order page
Pay attention: Users can not use this barcode reader trial version for commercial applications because the first character of a barcode symbology is decoded by our .NET Barcode Reader randomly.
.NET UPC-E Barcode Reader User Manual
  1. Please download and unzip the trial version of this UPC-E .NET barcode reader at first.
  2. Add reference KeepAutomation.BarcodeReader.dll to your project.
  3. Copy C# & VB demo codes below.
C# Sample code
     using KeepAutomation.BarcodeReader;
String[] datas = BarcodeReader.readBarcode("C:\barcode.jpeg", BarcodeType.UPCE);
VB Sample code
     Imports KeepAutomation.BarcodeReader  
Dim datas As [String]() = BarcodeReader.readBarcode("C:\barcode.jpeg", BarcodeType.UPCE)
.NET Barcode Reader Licenses & Prices