Home  >  .NET Barcode Reader >  Guide to Read UPC-A Barcode in .NET
.NET UPC-A Reader & Scanner Component
.NET UPC-A Reader & Scanner Component is used to decode & recognize UPC-A barcode from image files in ASP.NET web site, Windows Forms project, C#.NET class project, VB.NET class application and Console applications.
Overview - .NET UPC-A Barcode Reader & Scanner Library
User Manual - .NET UPC-A Barcode Reader/Scanner Control

Guide to Read UPC-A Barcode Image in C#.NET Project

  1. Download & unzip .NET barcode reader sdk
  2. Integrate KeepDynamic.BarcodeReader.dll to your C#.NET Project
  3. Copy following C# code, run the C# .NET project and all UPC-A barcode images will be read & scanned from the target file
using KeepDynamic.BarcodeReader;
string[] barcodeValues = BarcodeReader.read("your-barcode-image-filename", KeepDynamic.BarcodeReader.Type.UPCA);

Guide to Read UPC-A Barcode Image in VB.NET Project

  1. Download & unzip .NET barcode reader sdk
  2. Integrate KeepDynamic.BarcodeReader.dll to your C#.NET Project
  3. Free sample VB.NET code is listed below to read & decode all UPC-A barcodes from target image file
Imports KeepDynamic.BarcodeReader
Dim barcodeValues As String() = BarcodeReader.read("your-barcode-image-filename", KeepDynamic.BarcodeReader.Type.UPCA)
Supported Barcode Types - .NET UPC-A Barcode Reader Control

Related UPC-A Barcode Reader & Generator Libraries for .NET Application