BarcodeLib.Barcode.WPF.QRCode
8.0.0
dotnet add package BarcodeLib.Barcode.WPF.QRCode --version 8.0.0
NuGet\Install-Package BarcodeLib.Barcode.WPF.QRCode -Version 8.0.0
<PackageReference Include="BarcodeLib.Barcode.WPF.QRCode" Version="8.0.0" />
<PackageVersion Include="BarcodeLib.Barcode.WPF.QRCode" Version="8.0.0" />
<PackageReference Include="BarcodeLib.Barcode.WPF.QRCode" />
paket add BarcodeLib.Barcode.WPF.QRCode --version 8.0.0
#r "nuget: BarcodeLib.Barcode.WPF.QRCode, 8.0.0"
#:package BarcodeLib.Barcode.WPF.QRCode@8.0.0
#addin nuget:?package=BarcodeLib.Barcode.WPF.QRCode&version=8.0.0
#tool nuget:?package=BarcodeLib.Barcode.WPF.QRCode&version=8.0.0
BarcodeLib.com WPF QR Code Generator Library
WPF QR Code Generator Library is a C# barcode library to create QR Code symbology in Windows Presentation Foundation apps. You can easily generate QR Code images in the Visual Studio .NET WPF projects.
WPF QR Code Generator Library is an advanced QR Code generator package :
- Create QR Code for ISO, GS1 standards
- Easy to render QR Code into raster images (png, bmp, tiff) or vector images (svg, eps)
- Support high resolution QR Code images for printing
- Styled QR Code with logo, colors customized
- Quick to generate QR Code with complex data format, such as GS1 data elements, Unicode text
Compatible with
- .NET Standard 2.0
- .NET 10, .NET 9, .NET 8, .NET 7, .NET 6, .NET 5, .NET Core 3.x & 2.x
- .NET Framework 4.x
- Windows
Get to Start
Once installed the package, you can use the following C# code to generate, customize and save QR Code in WPF application
using BarcodeLib.Barcode;
QRCode qrcode = new QRCode();
qrcode.Data = "https://www.barcodelib.com";
qrcode.drawBarcode("C://output//qrcode.png");
Support & Documents
- WPF Barcode Generator Tutorial : https://www.barcodelib.com/csharp/create-barcode-wpf.html
- How to Create QR Code in WPF : https://www.barcodelib.com/csharp/barcode_symbologies/qrcode.html
- Email : support@barcodelib.com
Learn more about Target Frameworks and .NET Standard.
-
.NETStandard 2.0
- System.Drawing.Common (>= 4.5.0)
NuGet packages (46)
Showing the top 5 NuGet packages that depend on BarcodeLib.Barcode.WPF.QRCode:
| Package | Downloads |
|---|---|
|
BarcodeLib.Barcode.Code.Core
BarcodeLib - A barcode library to quickly create QR Code and other barcodes with comprehensive options to customize the ISO compatible barcodes. This package includes shared VB.NET example source code for all barcode formats. Documents ============================== How to Guide : https://www.barcodelib.com/vb_net/ Email : support@barcodelib.com |
|
|
BarcodeLib.Barcode.Format.Core
BarcodeLib - A barcode library to quickly create QR Code and other barcodes with comprehensive options to customize the ISO compatible barcodes. This package includes shared C# example source code for all barcode formats. Documents ============================== C# How to Guide : https://www.barcodelib.com/csharp/ Tutorials ASP.NET Core : https://www.barcodelib.com/csharp/create-barcode-asp-net-core.html ASP.NET Core MVC : https://www.barcodelib.com/csharp/create-barcode-asp-net-core-mvc.html ASP.NET Framework : https://www.barcodelib.com/asp_net/barcode_aspnet_csharp.html Windows Forms : https://www.barcodelib.com/net_winforms/barcode_net_winforms_csharp.html WPF : https://www.barcodelib.com/csharp/create-barcode-wpf.html Email : support@barcodelib.com |
|
|
BarcodeLib.Barcode.Code.Code93
BarcodeLib - A barcode library to quickly create Code 93 barcode and other barcodes with comprehensive options to customize the ISO compatible barcodes. This package includes detailed example VB.NET source code to generate Code 93 in .NET projects. Documents ============================== How to Guide : https://www.barcodelib.com/vb_net/ Email : support@barcodelib.com |
|
|
BarcodeLib.Barcode.Format.GS1.DataBar
BarcodeLib - A barcode library to quickly create GS1 DataBar barcode and other barcodes with comprehensive options to customize the ISO compatible barcodes. This package includes detailed example C# source code to generate GS1 DataBar in .NET projects. Documents ============================== C# How to Guide : https://www.barcodelib.com/csharp/ Tutorials ASP.NET Core : https://www.barcodelib.com/csharp/create-barcode-asp-net-core.html ASP.NET Core MVC : https://www.barcodelib.com/csharp/create-barcode-asp-net-core-mvc.html ASP.NET Framework : https://www.barcodelib.com/asp_net/barcode_aspnet_csharp.html Windows Forms : https://www.barcodelib.com/net_winforms/barcode_net_winforms_csharp.html WPF : https://www.barcodelib.com/csharp/create-barcode-wpf.html Email : support@barcodelib.com |
|
|
BarcodeLib.Barcode.Code.Codabar
BarcodeLib - A barcode library to quickly create Codabar barcode and other barcodes with comprehensive options to customize the ISO compatible barcodes. This package includes detailed example VB.NET source code to generate Codabar in .NET projects. Documents ============================== How to Guide : https://www.barcodelib.com/vb_net/ Email : support@barcodelib.com |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 8.0.0 | 0 | 9/3/2026 |