.NET Windows Forms Micro PDF417 Generator
Tutorial for how to generate Micro PDF417 2d barcode images in .NET WinForms applications
"We bought this barcode control for its ease of use and advanced barcoding features."
- Schmid kathrin, Germany
Generate barcode Micro PDF-417 images in .NET Windows Forms with complete sample .NET source code
- Compile advanced Micro PDF417 2d barcode creation features with a single .NET WinForms Library (DLL)
- Generate & add industry standard Micro PDF-417 barcodes into .NET Windows Forms projects
- Encode and make 2d Micro PDF417 barcode images using C#, VB.NET class Library
- Generate Micro PDF417 barcodes by Drag & Drop .NET WinForms Barcode Generator Controller
- Support Micro PDF-417 barcode generation on .NET WinForms Reporting Services, Crystal Reports & RDLC Reports applications
- Encode & save Micro PDF417 barcode images to several image file formats & in the memory
- Professional .NET Micro PDF417 generation control with royalty-free, perpetual developer license provided
.NET WinForms Micro PDF417 Generator Introduction
Top
MicroPDF417 is a multi-row 2d barcode symbology which may be utilized by applications needing to encode a moderate amount of data in a two-dimensional symbol (up to 150 bytes, 250 alphanumeric characters, or 366 numeric digits), and when minimizing symbol size is a primary concern. It is identical to PDF-417 in terms of its encoding modes, error correction method, and symbol character sets.
WinForms Micro PDF417 .NET Barcode Generator directly uses the bar coding functions of OnBarcode's
.NET Windows Forms Barcoding SDK. It also enables developers to create & print other 20 linear & 2d bar code images in .NET Windows Forms applications, like Codabar, Code 39, Code 128, GS1-128, Interleaved 2 of 5, UPC/EAN, Data Matrix, QR Code, Micro QR Code, PDF-417, etc.
Related Micro PDF417 Generator Software
Now, please read the following developer guide for how to generate linear Micro PDF417 barcode images in .NET Windows Forms, .NET Class & Console applications with this .NET Control.
How to Create Micro PDF417 Barcode by Dragging .NET Barcode Generator on Windows Forms
Top
To generate Micro PDF417 on .NET Windows Forms directly, you need to use OnBarcode .NET Barcode Generator Windows Forms Control.
- Install .NET Barcode Generator Windows Forms Control, unzip, and copy WinForms.dll to your .NET project folder.
- Add to it .NET Visual Studio Toolbox:
- In your .NET Visual Studio, click "view" then "toolbox", right click in toolbox, select menu Choose Items...
- In the pop-up "Choose Toolbox Items" form, click "Browse..."to select OnBarcode.Barcode.WinForms.dll.
- "View All" in toolbox, and you will find four more items under "Components" section: LinearWinForm, DataMatrixWinForm, PDF417WinForm, and QRCodeWinForm.
- Drag and drop "LinearWinForm" to your Windows Forms.
- Run the Windows application to view the generated barcodes. Barcode settings are customizable in the right-side "properties" section.
How to Generate & Encode Micro PDF417 Using .NET Class for WinForms
Top
Below are sample steps for Micro PDF-417 2d barcode generation in C# or VB.NET class library for Windows Forms applications.
- Add OnBarcode.Barcode.WinForms.dll to .NET project reference.
- Use the OnBarcode.Barcode as the namespace to generate linear barcodes in your C# or VB.NET class.
- Add the following C# code to your .NET class:
MicroPDF417 micro_pdf417 = new MicroPDF417();
micro_pdf417.Data = "MicroPDF417Barcode";
micro_pdf417.DataMode = PDF417DataMode.Auto;
micro_pdf417.X = 3;
micro_pdf417.XtoYRatio = 0.3333333f;
micro_pdf417.Version = MicroPDF417Version.Version_3X10;
micro_pdf417.LeftMargin = 6;
micro_pdf417.RightMargin = 6;
micro_pdf417.TopMargin = 6;
micro_pdf417.BottomMargin = 6;
// Create Micro PDF417 and encode barcode to bmp format
micro_pdf417.ImageFormat = System.Drawing.Imaging.ImageFormat.Bmp;
micro_pdf417.drawBarcode("C://micro_pdf417.bmp");
// Print Micro PDF417 to C# Bitmap object
Bitmap micro_pdf417Bitmap = micro_pdf417.drawBarcode();
If you need detail complete Micro PDF417 barcode generation source code for C# & VB.NET Windows Forms application, please go to
Micro PDF-417 Barcode in Visual C#,
Micro PDF-417 Barcode in Visual Basic.NET.
.NET WinForms Barcode Generator Supporting Barcode Types
Top
Barcode Library for .NET WinForms - Barcode Image Generation