.NET Windows Forms Micro QR Code Generator
Developer Guide for generating & printing Micro QR Code 2D barcodes for .NET WinForms applications
Download WinForms Barcode Generator Free Evaluation Package
Purchase Windows Forms Barcode Generator SDK License
"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

Here're several related Micro QR Code Barcode Generator Controls and DLLs, please refer to Micro QR Code Generator in .NET, Micro QR Code Generator in ASP.NET, Micro QR Code Generator in C#, Micro QR Code Generator in VB.NET.
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.
  1. Install .NET Barcode Generator Windows Forms Control, unzip, and copy WinForms.dll to your .NET project folder.
  2. 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.
  3. Drag and drop "LinearWinForm" to your Windows Forms.
  4. 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.
  1. Add OnBarcode.Barcode.WinForms.dll to .NET project reference.
  2. Use the OnBarcode.Barcode as the namespace to generate linear barcodes in your C# or VB.NET class.
  3. 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

OnBarcode is a market-leading provider of barcode imaging generator, reader controls and components for ASP.NET, Windows Forms, WPF, as well Java, Android, iOS (iPhone, iPad) across all major enterprise development platforms. We provides comprehensive tutorials and how-tos for various linear, 2d barcode information, such as C# in ASP.NET, C# .NET, C# Barcode Encoding, C# Barcode Image, VB.NET in ASP.NET, VB.NET Winforms, VB.NET Barcode Encoding. OnBarcode barcode products are supported by RasterEdge ASP.NET Document Viewer, which supports ASP.NET PDF Viewer, ASP.NET MVC Document Viewer, ASP.NET PDF Editor, MVC PDF Viewer. And provide high quality C# Convert PDF to Tiff, C# Convert PDF to Word, C# Convert PDF to HTML, C# Convert PDF to Jpeg images, and their easy and simple documents, like C# PDF SDK, C# extract text from PDF, C# Compress PDF, Print PDF in C# and C# extract image from PDF.
Terms of Use | Privacy Policy
Copyright © OnBarcode.com . All rights reserved.