BizCode Barcode Generator for .NET Ultimate
The most robust & powerful barcode generating SDK for Microsoft .NET Framework
Quick Overviews
  • Powerful barcode creating DLL
  • Completely run in VB.NET
  • 100% sample code provided
  • Multiple barcode formats
  • Full controls provided
How to Generate Micro PDF417 in VB.NET Library
Micro PDF417 is a two-dimensional (2D), multi-row symbology, derived from PDF-417 which is capable of encoding up to 150 bytes, 250 alphanumeric characters, or 366 numeric digits in a symbol. Micro-PDF417 is designed for applications requiring improved area efficiency. It is able to encode a lot of data in a small zone.
Micro PDF417 Barcode Library SDK for Viusal Basic.NET is a professional and robust barcode generation tool developed in C#.NET and can be used in Visual Studio VB.NET projects to create high quality Micro PDF417 in VB.NET dynamically without readable trouble when using barcode scanner to read it.
Developers are easy to generate and customize Micro PDF417 barcodes using barcode control library for VB.NET. Micro PDF417 special settings such as data mode, error correction level, structure append are easy to set, other basic settings such as barcode size, color, resolution, rotation are to be customized with user` needs.
Micro PDF417 Generator for VB.NET Features
Encodable Characters Support to encode:
- Standard ASCII characters 0-127 (default: ISO/IEC 646)
- Extended ASCII characters 128-255 (default: ISO/IEC 8859-1)
.NET Environment Completely runs in Visual Basic.NET 2.0, 3.0, 3.5 and 4.0
Programming Language Compatibility Can be used in any .NET language environment such as C#.NET, VB.NET, Managed C++ and Borland Delphi for .NET
High Quality Images Generate high quality Micro PDF417 as images in VB.NET projects with flexible customization of barcode properties
Image Format Generate Micro PDF417 as high quality images in Gif, Tiff, Bmp, Png or Jpeg formats
Lower ASCII Support Support to simply encode functions, such as tabs & returns in Micro PDF417 barcodes
Micro PDF417 Generator for VB.NET Requirements
Windows OS
- Microsoft Windows 7
- Windows Server 2008
- Windows Vista
- Windows Server 2003
- Windows XP
Development Environments
- .NET 2.0/3.0/4.0
- Visual Studio 2005/2008/2010
- VB.NET Windows Forms Application
- VB.NET Class and Console Applications
- VB.NET Web Forms
- VB.NET SSRS and Crystal Report
Install .NET Micro PDF417 Generator in VB.NET
  1. Unzip Barcode Generator for .NET Ultimate package;
  2. Add BusinessRefinery.Barcode.Win.dll to your Winforms project folder;
    (The DLL will be copied to the bin directory automatically)
  3. Then BusinessRefinery.Barcode.Win.dll is added on your .NET Winforms project.
Install .NET Micro PDF417 Generator in VB.NET
  1. Unzip Barcode Generator for .NET Ultimate package;
  2. Add BusinessRefinery.Barcode.Web.dll to you ASP.NET project folder;
    (The DLL will be copied to the bin directory automatically)
  3. Then BusinessRefinery.Barcode.Web.dll is added on your ASP.NET project.
How to Generate Micro PDF417 Barcode Image Using VB.NET Class in .NET?
Copy those following code to your VB.NET projects:
Dim barcode As BusinessRefinery.Barcode.PDF417= 
New BusinessRefinery.Barcode.PDF417()
barcode.Symbology = BusinessRefinery.Barcode.Symbology.Micropdf417
barcode.Code = "Micro-PDF417"
barcode.Resolution = 96
barcode.Rotate = BusinessRefinery.Barcode.Rotate.Rotate90
barcode.Format = System.Drawing.Imaging.ImageFormat.Png
barcode.drawBarcode2ImageFile("c:/micropdf417-vb-net.png")