Home  >  Barcode Reader for .NET >  How to Read Barcode in ASP.NET >  ASP.NET PDF417 Barcode Scanning Control
2D PDF417 Barcode Reader Library for ASP.NET Application
The ASP.NET PDF417 Barcode Image Reading Decoder Control SDK is a professional 2d barcode scanner library. It can decode & read PDF417 barcode from image files quite accurately in ASP.NET web application.
Features - ASP.NET PDF417 Barcode Reader Control
User Manual - ASP.NET PDF417 2D Barcode Scanner Library

Guide to Read PDF417 Barcode in ASP.NET Web Site Using C# Code

  1. Integrate KeepDynamic.BarcodeReader.dll into ASP.NET project by adding reference
  2. Copy following free C# code to read multiple PDF417 barcodes from image file in ASP.NET class application
using KeepDynamic.BarcodeReader;
string[] barcodeValues = BarcodeReader.read("your-barcode-image-filename", KeepDynamic.BarcodeReader.Type.PDF417);

Guide to Recognize PDF417 Barcode in ASP.NET Web Site Using VB.NET Code

  1. Integrate KeepDynamic.BarcodeReader.dll into ASP.NET project reference
  2. Use following VB.NET code to read & decode PDF417 barcode from .NET image objects & image file
Imports KeepDynamic.BarcodeReader
Dim barcodeValues As String() = BarcodeReader.read("your-barcode-image-filename", KeepDynamic.BarcodeReader.Type.PDF417)
More information for ASP.NET PDF417 barcode reader library is here: Tutorial for Adding Barcode Reading Features into ASP.NET Web Applications
Barcode Types - ASP.NET PDF417 Barcode Reading Control

Recommend some popularly-used barcode scanning controls for .NET developers: