- 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
- 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
- Please download and unzip the trial version of this UPC-E .NET barcode reader at first.
- Add reference KeepAutomation.BarcodeReader.dll to your project.
- 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