BarcodeLib.Barcode.WPF
8.0.0
dotnet add package BarcodeLib.Barcode.WPF --version 8.0.0
NuGet\Install-Package BarcodeLib.Barcode.WPF -Version 8.0.0
<PackageReference Include="BarcodeLib.Barcode.WPF" Version="8.0.0" />
<PackageVersion Include="BarcodeLib.Barcode.WPF" Version="8.0.0" />
<PackageReference Include="BarcodeLib.Barcode.WPF" />
paket add BarcodeLib.Barcode.WPF --version 8.0.0
#r "nuget: BarcodeLib.Barcode.WPF, 8.0.0"
#:package BarcodeLib.Barcode.WPF@8.0.0
#addin nuget:?package=BarcodeLib.Barcode.WPF&version=8.0.0
#tool nuget:?package=BarcodeLib.Barcode.WPF&version=8.0.0
BarcodeLib.com WPF Barcode Generator Library
WPF Barcode Generator Library SDK is a C# barcode library to create QR Code, and 20+ other 2d and 1d barcode symbologies. You can easily generate QR Code and barcodes in the .NET Windows Presentation Foundation applications.
WPF Barcode Generator is an advanced barcode generator package :
- Create ISO standard barcode symbologies, including QR Code, Data Matrix, PDF-417, Code 39 / 128, EAN/UPC, Supplemental barcodes, GS1-128
- Easy to render barcodes into raster images (png, bmp, tiff) or vector images (svg, eps)
- Support high resolution barcode images for printing
- Styled QR Code with logo, colors customized
- Quick to generate barcode with complex data format, such as GS1 data elements, Unicode text
Compatible with
- .NET Standard 2.0
- .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 barcodes in WPF application
using BarcodeLib.Barcode;
QRCode qrcode = new QRCode();
qrcode.Data = "https://www.barcodelib.com";
qrcode.drawBarcode("C://output//qrcode.png");
Linear code128 = new Linear();
code128.Type = Barcode.BarcodeType.CODE128;
code128.Data = "CODE 128";
code128.drawBarcode("C://output//code128.png");
Support & Documents
- WPF Barcode Generator Library : https://www.barcodelib.com/net_barcode/main.html
- WPF Barcode Generator Tutorial : https://www.barcodelib.com/csharp/create-barcode-wpf.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:
| 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 | 260 | 9/3/2026 |