- 100% written in Visual C#.NET 2.0
- Compatible with .NET 2.0, 3.0, 3.5 and later version
- Enable fast reading speed
- Support reading distorted EAN-8 barcode images
- Read EAN-8 barcodes in any angles
- Read multiple EAN-8 barcodes in a single image file
- Support GIF, JPEG, PNG & TIFF formats
Download EAN-8 .NET Barcode Reader
- KeepAutomation.BarcodeReader.dll
- End user license agreement
- User manual
- Order page
Note that: As our .NET Barcode Reader trial version decodes the first character of a barcode symbology randomly, users can only use it for demo or testing purposes.
.NET EAN-8 Barcode Reader User Tutorial
- First of all, add KeepAutomation.BarcodeReader.dll to your project reference.
- Then, copy the following C# & VB demo codes.
C# Sample code
using KeepAutomation.BarcodeReader;
String[] datas = BarcodeReader.readBarcode("C:\barcode.tiff", BarcodeType.EAN8);
VB Sample code
Imports KeepAutomation.BarcodeReader
Dim datas As [String]() = BarcodeReader.readBarcode("C:\barcode.tiff", BarcodeType.EAN8)
.NET Barcode Reader Licenses & Prices