Our Customers
Contact Us Email: support@barcodelib.com
Home > .NET Barcode > VB.NET Barcode Generation Guide > VB.NET PDF-417 Barcode SDK Guide, still generates QR Code in VB.NET
Download Barcode for .NET Suite Trial

PDF417 Barcode Generator Lib for .NET in VB Class

How to Generate PDF-417 Barcodes Images in .NET with Visual Basic
  • Easy to be integrated into VB.NET development environments, without activation key
  • Create PDF417 barcodes in Reporting Services & Crystal Reports & RDLC Reports
  • 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
  1. Install our VB.NET Barcode Component to your project by adding reference.
  2. Install our VB.NET Barcode Component to Toolbox by choosing items.
  3. Copy the following free VB sample codes to generate PDF-417 barcodes.
     Dim PDF417 As New BarcodeLib.Barcode.PDF417
PDF417.Data = "45454"

PDF417.UOM = BarcodeLib.Barcode.UnitOfMeasure.CM
PDF417.BackgroundColor = System.Drawing.Color.White
PDF417.ModuleColor = System.Drawing.Color.Black
PDF417.ImageFormat = System.Drawing.Imaging.ImageFormat.Png
PDF417.ImageWidth = 20

' More PDF417 barcode settings here, like image color, font etc.

' Save barcode image into your system
PDF417.drawBarcode("c:/ PDF417.jpeg")

' Encode PDF417 barcode & output to byte array
byte[] barcodeInBytes = PDF417.drawBarcodeAsBytes()

' Print PDF417 barcode to Graphics object
Graphics graphics = ...
PDF417.drawBarcode(graphics)

' Encode PDF417 barcode and output to HttpResponse object
HttpResponse response = ...
PDF417.drawBarcode(response)

' Output PDF417 barcode to Stream object
Stream stream = ...
PDF417.drawBarcode(stream)
Above Free PDF417 sample codes are written in Visual Basic .NET
Guide to Create PDF-417 Images in VB.NET ASP.NET Web Applications
  1. Add Barcodelib.Barcode.ASP.NET.dll to your web project.
  2. Add Barcodelib.Barcode.ASP.NET.dll to the Toolbox.
  3. Find the folder barcode in the trial package and copy files "pdf417.aspx", "pdf417.aspx" to your web project folder.
  4. Drag PDF417ASPNET from the Toolbox and drop it on your web project. Then you will see a PDF417 barcode image.
  5. 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
  1. Add BarcodeLib.Barcode.WinForms.dll to your Windows Forms project.
  2. Add BarcodeLib.Barcode.WinForms.dll to the Toolbox.
  3. 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.
PDF417 VB.NET Barcode Generator Supported Barcode Types
VB.NET Linear Barcodes:
VB.NET Matrix Barcodes:
VB.NET Barcode Library - Encodes Linear Barcode Images: Codabar, Code 11, Code 2 of 5, Code 39, Code 93, Code 128, EAN 8, EAN 13, EAN 128, Interleaved 2 of 5, ITF14 (UPC Shipping Container Symbol), MSI Plessey, OneCode, Planet, Postnet, RM4SCC (British Royal Mail 4-State Customer Barcode), UPC-A, UPC-E.
VB.NET Barcode Library - Encodes 2D Barcodes Images: Data Matrix, PDF417, QR Code.





Provides High Quality Barcode .NET DLL, Barcode ASP.NET DLL, Barcode C# DLL, Barcode VB.NET DLL, Barcode WinForms DLL, PDF-417 .NET DLL, PDF-417 ASP.NET DLL, PDF-417 C# DLL, PDF-417 VB.NET DLL, PDF-417 .NET WinForms DLL, .NET SSRS PDF-417 DLL, .NET Crystal Reports PDF-417 DLL, .NET RDLC Reports PDF-417 DLL.