Home  >  .NET Barcode Reader >  .NET PDF417 Barcode Scanner Library
.NET PDF417 Decoder & Reader Library
The .NET PDF417 Reader Control Component is a single DLL that reads one or multiple PDF417 barcodes in .NET projects. This PDF417 barcode scanner library can be easily integrated into common .NET applications, like ASP.NET web application, Windows Forms project and Console application.
Overview - .NET PDF417 Barcode Scanner Library
User Manual - .NET PDF417 Barcode Scanner Library

How to Read & Decode PDF417 Barcode in C#.NET Class Application

  1. Download Free Trial Version of .NET Barcode Scanner Library
  2. Find KeepDynamic.BarcodeReader.dll and add it to your C#.NET project
  3. Copy following C# code to read & decode all the PDF417 barcodes in the target image file or image object
using KeepDynamic.BarcodeReader;
string[] barcodeValues = BarcodeReader.read("your-barcode-image-filename", KeepDynamic.BarcodeReader.Type.PDF417);

How to Read & Decode PDF417 Barcode in VB.NET Class Application

  1. Download Free Trial Version of .NET Barcode Scanner Library
  2. Find KeepDynamic.BarcodeReader.dll and add it to your C#.NET project
  3. Use following VB.NET class code to read & decode PDF417 barcode images
Imports KeepDynamic.BarcodeReader
Dim barcodeValues As String() = BarcodeReader.read("your-barcode-image-filename", KeepDynamic.BarcodeReader.Type.PDF417)
Read 1D & 2D Barcodes - .NET PDF417 Barcode Reader Control

Frequently-used PDF417 Barcode Reader & Generator Control for .NET Project: