Home  >  .NET Barcode Reader >  EAN-13 Barcode Reading Control for .NET Class Application
.NET EAN-13 Barcode Reader & Scanner Component
.NET EAN-13 Barcode Reader & Scanner integrates strong EAN-13 barcode reading features into a single dll, which is compatible with common .NET developing platforms including Visual Studio. This .NET barcode scanner library can decode & read EAN-13 barcode images in ASP.NET web site and .NET Windows Forms project.
Features - .NET EAN-13 Barcode Reading & Scanning Library
Guidance - How to Read & Decode EAN-13 Barcode Images in .NET Application

Read & Scan Single or Multiple EAN-13 Barcodes Using C#.NET Class Code

  1. Download Free Trial Version of .NET barcode scanner dll
  2. Locate and integrate KeepDynamic.BarcodeReader.dll into your .NET project
  3. Copy following C#.NET class code to scan EAN-13 barcodes from the target image file
using KeepDynamic.BarcodeReader;
string[] barcodeValues = BarcodeReader.read("your-barcode-image-filename", KeepDynamic.BarcodeReader.Type.EAN13);

Read & Scan Single or Multiple EAN-13 Barcodes Using VB.NET Class Code

  1. Download Free Trial Version of .NET barcode scanner dll
  2. Locate and integrate KeepDynamic.BarcodeReader.dll into your .NET project
  3. Copy following VB.NET class code to your .NET project
Imports KeepDynamic.BarcodeReader
Dim barcodeValues As String() = BarcodeReader.read("your-barcode-image-filename", KeepDynamic.BarcodeReader.Type.EAN13)
Supported Barcode Types - .NET EAN-13 Barcode Reader Library

Other Barcode Reader & Generator Controls for EAN-13 Barcode in .NET Application: