C# Code 128 Barcode Reader
.NET Code 128 Barcode Reader for .NET, C#, ASP.NET & VB.NET

Barcode Reader for C#.NET > How to read barcode in C#? > Scan, read, Code 128 barcodes in C#


  • 100% written in Visual C#.NET 2.0
  • Support .NET 2.0, 3.0, 3.5 and later version
  • Achieve fast reading speed
  • Support reading distorted Code 128 barcode images
  • Read Code 128 barcodes in any angles
  • Read multiple Code 128 barcodes in a single image file
  • Support GIF, JPEG, PNG & TIFF formats
Download Code 128 Barcode Reader for .NET
We offer free download for KA.Barcode Reader for .NET. The free evaluation download package contains:
  • KeepAutomation.BarcodeReader.dll
  • End user license agreement, user manual and order page
Note that: Although we allow users to use this evaluation package free of charge persistently, our .NET Barcode Reader will decode the first character of a barcode symbology randomly.
.NET Code 128 Barcode Reader User Tutorial
  1. First of all, add KeepAutomation.BarcodeReader.dll to your project reference.
  2. Then, copy the following C# & VB demo codes.
C# Sample code
     using KeepAutomation.BarcodeReader;
String[] datas = BarcodeReader.readBarcode("C:\barcode.gif", BarcodeType.Code128);
VB Sample code
     Imports KeepAutomation.BarcodeReader  
Dim datas As [String]() = BarcodeReader.readBarcode("C:\barcode.gif", BarcodeType.Code128)
.NET Barcode Reader Licenses & Prices