C# Code 39 Barcode Reader
How to scan, read Code 39 barcodes in .NET, C#, ASP.NET & VB.NET applicationss

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


  • 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
Please download KA.Barcode Reader for .NET free of charge. In the unzipped trial package, you will find:
  • 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
  1. Add KeepAutomation.BarcodeReader.dll to your project reference.
  2. 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