Home  >  Barcode Reader for .NET >  How to Read Barcode in ASP.NET >  How to Decode EAN-13 Barcode in ASP.NET Website
ASP.NET EAN-13 Barcode Image Decoder/Reader Control
The ASP.NET EAN-13 Barcode Image Reading Decoder Control SDK integrates linear EAN-13 barcode reading function into a single dll, which can be directly used as project reference for ASP.NET web application, VB.NET class project and C# class application.
Features - ASP.NET EAN-13 Barcode Reader Control
Guidance - ASP.NET EAN-13 Barcode Scanner Control

Use C#.NET Code to Read EAN-13 Barcode in ASP.NET Web Site

  1. Add KeepDynamic.BarcodeReader.dll to C#.NET project by adding reference
  2. Enter following C# code to read & decode all EAN-13 barcodes from source image file
using KeepDynamic.BarcodeReader;
string[] barcodeValues = BarcodeReader.read("your-barcode-image-filename", KeepDynamic.BarcodeReader.Type.EAN13);

Use VB.NET Code to Read EAN-13 Barcode in ASP.NET Web Site

  1. Integrate KeepDynamic.BarcodeReader.dll into VB.NET project by adding reference
  2. Copy following VB.NET class code to decode EAN-13 barcode in the target image file
Imports KeepDynamic.BarcodeReader
Dim barcodeValues As String() = BarcodeReader.read("your-barcode-image-filename", KeepDynamic.BarcodeReader.Type.EAN13)
More detailed guidance for ASP.NET barcode reader & scanner control is linked to Tutorial for Adding Barcode Reading Features into ASP.NET Web Applications
Barcode Types - ASP.NET EAN-13 Barcode Reader Library

Quick links to other barcode reader & scanner controls: