C# EAN-13 Barcode Reader
.NET EAN-13 Barcode Reader for .NET, C#, ASP.NET & VB.NET

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


  • Completely 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-13 barcode images
  • Read EAN-13 barcodes in all angles
  • Scan multiple EAN-13 barcodes in a single image file
  • Read barcode images in GIF, JPEG, PNG & TIFF formats
Download EAN-13 .NET Barcode Reader
Customers are allowed to download KA.Barcode Reader for .NET. They are free to download and unzip this barcode reading component. The unzipped package includes four items (KeepAutomation.BarcodeReader.dll, end user license agreement, user manual and order page).
Please pay attention that our .NET Barcode Reader evaluation version decodes the first character of a barcode symbology randomly, so users need to buy our applicable licenses for formal applications.
.NET EAN-13 Barcode Reader User Tutorial
  1. Locate reference KeepAutomation.BarcodeReader.dll to your project.
  2. Apply the following C# & VB sample codes.
C# Sample code
     using KeepAutomation.BarcodeReader;
String[] datas = BarcodeReader.readBarcode("C:\barcode.png", BarcodeType.EAN13);
VB Sample code
     Imports KeepAutomation.BarcodeReader  
Dim datas As [String]() = BarcodeReader.readBarcode("C:\barcode.png", BarcodeType.EAN13)
.NET Barcode Reader Licenses & Prices