.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
- Powerful PDF417 barcode reader control for .NET developers who wants to integrate PDF417 barcode scanning functions into .NET project
- Digitally-signed PDF417 barcode reader library that is written in managed C# code
- The .NET PDF417 scanner control component supports PDF417 barcode reading from clipboard and TIFF, JPEG and GIF images files
- Read & decode one or multiple PDF417 barcodes from one image file in .NET application
- Support reading & scanning other linear and 2d barcodes, like Code 128 and QR Code
- Support reading & scanning PDF417 barcode images in .NET framework 2.0 and above
- Support recognizing & decoding PDF417 barcodes using .NET prefered languages, like C# and VB.NET code
User Manual - .NET PDF417 Barcode Scanner Library
How to Read & Decode PDF417 Barcode in C#.NET Class Application
- Download Free Trial Version of .NET Barcode Scanner Library
- Find KeepDynamic.BarcodeReader.dll and add it to your C#.NET project
- 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
- Download Free Trial Version of .NET Barcode Scanner Library
- Find KeepDynamic.BarcodeReader.dll and add it to your C#.NET project
- 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: