Home  >  Barcode Reader for .NET >  How to Read Barcode in ASP.NET >  ASP.NET UPC-A Barcode Decoder Control
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
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?

  1. Add KeepDynamic.BarcodeReader.dll to ASP.NET project by adding reference
  2. 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?

  1. Add KeepDynamic.BarcodeReader.dll to ASP.NET project by adding reference
  2. 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)
Following link is connected to ASP.NET barcode reader control tutorial page: Tutorial for Adding Barcode Reading Features into ASP.NET Web Applications
1D & 2D Barcode Types - ASP.NET UPC-A Barcode Reader Control

Here are some recommended .NET barcode reading libraries: