- Actually compiled in Visual C#.NET 2.0
- Support .NET 2.0, 3.0, 3.5 and later version
- Have fast reading speed
- Support reading distorted UPC-A barcode images
- Scan UPC-A barcodes from all angles
- Scan multiple UPC-A barcodes in a single image file
- Support GIF, JPEG, PNG & TIFF formats
Download UPC-A .NET Barcode Reader
Try now to download
KA.Barcode Reader for .NET for barcode reading test. This barcode reader trial version is free of charge. These (KeepAutomation.BarcodeReader.dll, end user license agreement, user manual and order page) items included in the unzipped trial package may help you.
Note: The first character of a barcode symbology is decoded by our .NET Barcode Reader evaluation version randomly. Users can not use it for commercial applications.
.NET UPC-A Barcode Reader User Manual
- You may download and unzip the trial version of this UPC-A .NET barcode reader at first.
- Then, you need to add reference KeepAutomation.BarcodeReader.dll to your project.
- At last, you may refer to C# & VB demo codes below.
C# Sample code
using KeepAutomation.BarcodeReader;
String[] datas = BarcodeReader.readBarcode("C:\barcode.png", BarcodeType.UPCA);
VB Sample code
Imports KeepAutomation.BarcodeReader
Dim datas As [String]() = BarcodeReader.readBarcode("C:\barcode.png", BarcodeType.UPCA)
.NET Barcode Reader Licenses & Prices