ASP.NET UPC-A Barcode Image Scanning Decoder Control
The ASP.NET Barcode Image Reading Decoder Control SDK can read & decode linear UPC-A barcode quickly and accurately. It is an easy-to-use barcode reader library, which can be directly integrated into ASP.NET web application as project reference.
Overview - ASP.NET Linear UPC-A Barcode Reader Control
- Entirely written in 100% managed C# code, this ASP.NET UPC-A barcode reader is strongly-signed
- The ASP.NET UPC-A scanning library is able to be integrated into the ASP.NET web applications as well as in the VB .NET projects, C# .NET projects
- This ASP.NET UPC-A barcode image reading control is compatible with .NET 2.0, 3.0, 3.5, and the later versions
- Able to read & decode UPC-A barcode from image files like TIFF, JPEG, GIF, PNG and BMP in ASP.NET class application
- Multiple UPC-A barcodes can be decoded & scanned from one image file quickly in ASP.NET web application
- Offer perpetual & royalty-free licenses for this UPC-A barcode reading library
User Manual - ASP.NET UPC-A Barcode Scanner Library
How to Decode UPC-A Barcode from Image in ASP.NET Web Services Using C# Code?
- Add KeepDynamic.BarcodeReader.dll to ASP.NET project by adding reference
- Copy following C# code to your ASP.NET web project
using KeepDynamic.BarcodeReader;
string[] barcodeValues = BarcodeReader.read("your-barcode-image-filename", KeepDynamic.BarcodeReader.Type.UPCA);
How to Decode UPC-A Barcode from Image in ASP.NET Web Services Using VB.NET Code?
- Add KeepDynamic.BarcodeReader.dll to ASP.NET project by adding reference
- Use free VB.NET code to read & decode UPC-A barcode in ASP.NET web application
Imports KeepDynamic.BarcodeReader
Dim barcodeValues As String() = BarcodeReader.read("your-barcode-image-filename", KeepDynamic.BarcodeReader.Type.UPCA)
1D & 2D Barcode Types - ASP.NET UPC-A Barcode Reader Control
Here are some recommended .NET barcode reading libraries: