Simple to generate PDF417 in VB.NET web projects & VB.NET WinForms programs
Able to draw & encode PDF417 barcode images to jpeg, gif, png and bitmap files
Provide several Visual Basic methods to output PDF417 barcodes to VB objects
Offer friendly-used developer guide for VB.NET 2D PDF417 barcoding
Brief Introduction of VB.NET PDF417 Barcode Image
PDF417, also known as Portable Data File 417, is a commonly used 2D barcode. It has 9 error correction levels, so it can encode data securely. All PDF417 barcode images generated by this VB.NET Barcode Generator are compatible with latest PDF417 barcode specifications.
Guide to Generate PDF-417 Barcode Images in VB.NET Class
Install our VB.NET Barcode Component to your project by adding reference.
Install our VB.NET Barcode Component to Toolbox by choosing items.
Copy the following free VB sample codes to generate PDF-417 barcodes.
Dim PDF417 AsNew BarcodeLib.Barcode.PDF417 PDF417.Data = "45454"
Above Free PDF417 sample codes are written in Visual Basic .NET
Guide to Create PDF-417 Images in VB.NET ASP.NET Web Applications
Add Barcodelib.Barcode.ASP.NET.dll to your web project.
Add Barcodelib.Barcode.ASP.NET.dll to the Toolbox.
Find the folder barcode in the trial package and copy files "pdf417.aspx", "pdf417.aspx" to your web project folder.
Drag PDF417ASPNET from the Toolbox and drop it on your web project. Then you will see a PDF417 barcode image.
Adjust the settings in the Properties Window or generate it with above free VB.NET code.
Guide to Generate PDF-417 Barcodes in VB.NET Windows Forms Projects
Add BarcodeLib.Barcode.WinForms.dll to your Windows Forms project.
Add BarcodeLib.Barcode.WinForms.dll to the Toolbox.
Drag PDF417WinForm to your windows form and you will see a PDF417 barcode image. Click the image and adjust its parameters in the Properties Window or you can create a PDF417 barcode with above VB free sample codes.