.NET Windows Forms Micro QR Code Generator
Developer Guide for generating & printing Micro QR Code 2D barcodes for .NET WinForms applications
"We bought this barcode control for its ease of use and advanced barcoding features."
- Schmid kathrin, Germany
Generate & draw Micro QR Code barcode images in Windows Forms .NET with complete sample .NET source code
- Integrate Micro QR Code
barcode generation with a single .NET WinForms Generator Library (DLL)
- Generate high-print quality dynamic Micro QR Code barcodes into .NET Windows Forms Application
- Create and make Micro QR Code matrix barcode images using Visual C#, Visual Basic.NET class library
- Generate, encode Micro QR Codes by dragging .NET Barcode Generator Control on Windows Forms
- Support more than 20 1d (linear) & 2d (matrix) barcode creation on .NET WinForms Reporting projects
- All created barcode images may be printed with high quality or saved to local disk.
- Provide royalty-free, perpetual license for .NET WinForms SDK Developer License
.NET WinForms Micro QR Code Generator Introduction
Top
Micro QR code is a very small QR Code for applications that require a smaller space and use smaller amounts of data. The efficiency of data encoding has been improved by using only one position detection pattern.
WinForms Micro QR Code .NET Barcode Generator is one of OnBarcode's
Barcode Generator Compnents for .NET Windows Forms applications which allows developers to create & draw 20 + 1D & 2D bar code images in .NET Windows Forms applications.
Related Micro QR Code Generator SDKs
Now, please read the following developer guide for how to generate 2d Micro QR Code barcode images in .NET Windows Forms, .NET Class & Console applications with this .NET SDK.
How to Generate Micro QR Code Barcode Using .NET WinForms Generator Controller
Top
To create 2D barcode Micro QR Code 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 Create & Print Micro QR Code in .NET WinForms Using .NET Class Library
Top
Besides the above Drag & Drop method, you may also use C# or VB.NET class library to generate and draw Micro QR Code matrix barcode images for .NET 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:
MicroQRCode micro_qrcode = new MicroQRCode();
micro_qrcode.Data = "2DMICROQRCODE";
micro_qrcode.DataMode = QRCodeDataMode.AlphaNumeric;
micro_qrcode.X = 4;
micro_qrcode.LeftMargin = 8;
micro_qrcode.RightMargin = 8;
micro_qrcode.TopMargin = 8;
micro_qrcode.BottomMargin = 8;
// Create Micro QR Code and save barcode to png format
micro_qrcode.ImageFormat = System.Drawing.Imaging.ImageFormat.Png;
micro_qrcode.drawBarcode("C://microqrcode.png");
// Draw Micro QR Code to C# Bitmap object
Bitmap micro_qrcodeBitmap = micro_qrcode.drawBarcode();
We also provide detail complete Micro QR Code barcode generation source code for C# & VB.NET Windows Forms application, please see
Micro QR Code Barcode Generation in C#,
Micro QR Code Barcode Generation in VB.NET.
.NET WinForms Barcode Generator Supporting Barcode Types
Top
Barcode Library for .NET WinForms - Barcode Image Generation