using IronQr;
using IronSoftware.Drawing;
// Create a QR Code object
QrCode myQr = QrWriter.Write("hello world");
// Save QR Code as a Bitmap
AnyBitmap qrImage = myQr.Save();
// Save QR Code Bitmap as File
qrImage.SaveAs("qr.png");
Designed for C#, F#, & VB.NET running on .NET 9, 8, 7, 6, Core, Standard, or Framework For 1D Barcode & PDF support, try our IronBarcode Library
A C# QR Code Library that prioritizes accuracy, ease of use, and speed.
IronQR is the leading C# QR Code library for reading and creating QR codes in .NET. Its user friendly API allows developers to add Barcode functionality to .NET projects in minutes.
When you need to read, write, and style QR codes, fast.