- 100% written in Visual C#.NET 2.0
- Support .NET 2.0, 3.0, 3.5 and later version
- Have fast reading speed
- Support reading distorted Code 39 barcode images
- Read Code 39 barcodes in any angles
- Read multiple Code 39 barcodes in a single image file
- Support GIF, JPEG, PNG & TIFF formats
Download Code 39 Barcode Reader for .NET
- KeepAutomation.BarcodeReader.dll
- End user license agreement, user manual and order page
Note that: This trial version can be used infinitely. But the first character of a barcode symbology is decoded randomly by our .NET Barcode Reader.
.NET Code 39 Barcode Reader User Guide
- Add KeepAutomation.BarcodeReader.dll to your project reference.
- Copy the following C# & VB codes.
C# Sample code
using KeepAutomation.BarcodeReader;
String[] datas = BarcodeReader.readBarcode("C:\barcode.jpeg", BarcodeType.Code39);
VB Sample code
Imports KeepAutomation.BarcodeReader
Dim datas As [String]() = BarcodeReader.readBarcode("C:\barcode.jpeg", BarcodeType.Code39)
.NET Barcode Reader Licenses & Prices