BarcodeLib.Barcode.WinForms
8.0.0
dotnet add package BarcodeLib.Barcode.WinForms --version 8.0.0
NuGet\Install-Package BarcodeLib.Barcode.WinForms -Version 8.0.0
<PackageReference Include="BarcodeLib.Barcode.WinForms" Version="8.0.0" />
<PackageVersion Include="BarcodeLib.Barcode.WinForms" Version="8.0.0" />
<PackageReference Include="BarcodeLib.Barcode.WinForms" />
paket add BarcodeLib.Barcode.WinForms --version 8.0.0
#r "nuget: BarcodeLib.Barcode.WinForms, 8.0.0"
#:package BarcodeLib.Barcode.WinForms@8.0.0
#addin nuget:?package=BarcodeLib.Barcode.WinForms&version=8.0.0
#tool nuget:?package=BarcodeLib.Barcode.WinForms&version=8.0.0
BarcodeLib.com WinForms Barcode Generator Library
WinForms 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 Forms applications.
WinForms 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 WinForms 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
- WinForms Barcode Generator Library : https://www.barcodelib.com/net_winforms/main.html
- WinForms Barcode Generator Tutorial : https://www.barcodelib.com/net_winforms/barcode_symbologies.html
- How to Print QR Code in WinForms : https://www.barcodelib.com/net_winforms/barcode_symbologies/qrcode.html
- How to Print Code 128 in WinForms : https://www.barcodelib.com/net_winforms/barcode_symbologies/code128.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.WinForms:
| 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.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 |
|
|
BarcodeLib.Barcode.Format.POSTNET
BarcodeLib - A barcode library to quickly create POSTNET barcode and other barcodes with comprehensive options to customize the ISO compatible barcodes. This package includes detailed example C# source code to generate POSTNET 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 |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 8.0.0 | 439 | 9/3/2026 |