- 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
- 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
- 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.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