BizCode Barcode Generator for .NET Ultimate
The most advanced barcode generating SDK for Microsoft .NET Framework in Visual C#
Quick Overviews
  • Mature barcode creating SDK
  • Support .NET 2.0/3.0/4.0
  • 100% developed in C#.NET
  • Dynamic barcodes support
  • User-defined controls provided
How to Create Micro PDF-417 in C# Library
Micro PDF-417 is a variant of PDF-417 and is a multi-row 2D barcode symbology used to encode up to 150 bytes, 250 alphanumeric characters, or 366 numeric digits. MicroPDF417 is identical to PDF417 in terms of its data encoding modes, error correction method, and symbol character sets.
Micro PDF-417 Generator for C#.NET is a mature and advanced component for WinForms and web applications which could be easily used in C#, Managed C++ and Delphi in .NET. All assemblies provided are 100% managed code created in C#, strong named for better performance and stability.
Micro PDF-417 Generating SDK is fully compatible with operating systems including Windows 7, Windows Server 2008, Windows Vista, Windows Server 2003 and Windows XP. Users could use C# codes to insert Micro PDF-417 in .NET applications using .NET Framework 2.0, 3.0, 3.5 or greater.
Micro PDF-417 for .NET Ultimate Features
Valid Character Set Able to encode:
- Standard ASCII characters 0-127 (default: ISO/IEC 646)
- Extended ASCII characters 128-255 (default: ISO/IEC 8859-1)
Extended Channel Interpretations These mechanisms allow up to 811 800 different data character
sets or interpretations to be encoded
Structured Append MicroPDF417 uses the Macro PDF417 mechanism for Structured Append. This mechanism allows files of data to be represented logically in a number of MicroPDF417 symbols
Barcode Specification Created MicroPDF-417 is extremely accurate and should conform to barcode features according to MicroPDF-417 barcode specification in ISO/IEC 24728: 2006
Detailed documentation Provide free C#.NET sample codes, detailed users guide, includes source code for the Barcode Image Generator written in C#.NET in purchased version
Programming Development Easy to create and print MicroPDF-417 barcodes in .NET Winforms applications, ASP.NET Web application, .NET Class & Console application as well as IIS
Micro PDF-417 for .NET Ultimate 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
- C#.NET Windows Forms Application
- C#.NET Class and Console Applications
- C#.NET Web Forms
- C#.NET SSRS and Crystal Report
Install Micro PDF-417 Generator for .NET Winforms
  1. Unzip Barcode Generator for .NET Ultimate package;
  2. Add reference: Add "BusinessRefinery.Barcode.Win.dll" to your .NET Winforms project reference;
  3. Then BusinessRefinery.Barcode.Win.dll is added on your .NET Winforms project.
Install .NET Data Matrix Generator in ASP.NET
  1. Unzip Barcode Generator for .NET Ultimate package;
  2. Add BusinessRefinery.Barcode.Web.dll to you ASP.NET project folder;
  3. Then BusinessRefinery.Barcode.Web.dll is added on your ASP.NET project.
How to Generate Data Matrix Barcode Image Using C# Class In .NET?
Copy those following sample cod to your C#.NET project:
using BusinessRefinery.Barcode;

MicroPDF417 barcode = new MicroPDF417();
barcode.Code = "MicroPDF417";
barcode.Resolution = 96;
barcode.Format = ImageFormat.Gif;
barcode.drawBarcode2ImageFile("c:/micropdf417-csharp.gif");