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
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="BarcodeLib.Barcode.WPF.QRCode" Version="8.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="BarcodeLib.Barcode.WPF.QRCode" Version="8.0.0" />
                    
Directory.Packages.props
<PackageReference Include="BarcodeLib.Barcode.WPF.QRCode" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add BarcodeLib.Barcode.WPF.QRCode --version 8.0.0
                    
#r "nuget: BarcodeLib.Barcode.WPF.QRCode, 8.0.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package BarcodeLib.Barcode.WPF.QRCode@8.0.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=BarcodeLib.Barcode.WPF.QRCode&version=8.0.0
                    
Install as a Cake Addin
#tool nuget:?package=BarcodeLib.Barcode.WPF.QRCode&version=8.0.0
                    
Install as a Cake Tool

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

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

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