OnBarcode.Barcode.Generator 10.0.1.1

dotnet add package OnBarcode.Barcode.Generator --version 10.0.1.1                
NuGet\Install-Package OnBarcode.Barcode.Generator -Version 10.0.1.1                
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="OnBarcode.Barcode.Generator" Version="10.0.1.1" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add OnBarcode.Barcode.Generator --version 10.0.1.1                
#r "nuget: OnBarcode.Barcode.Generator, 10.0.1.1"                
#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.
// Install OnBarcode.Barcode.Generator as a Cake Addin
#addin nuget:?package=OnBarcode.Barcode.Generator&version=10.0.1.1

// Install OnBarcode.Barcode.Generator as a Cake Tool
#tool nuget:?package=OnBarcode.Barcode.Generator&version=10.0.1.1                

OnBarcode .NET Barcode Generator - A C# Barcode Generation Library

.NET Barcode Generator is a C# barcode generator library to create QR Code, Data Matrix, Code 128, EAN/UPC and other 2d and 1d barcode formats. You can easily generate QR Code and barcodes in the .NET web and Windows applications.

.NET Barcode Generator is an advanced barcode generator package :

  • Easy to create QR Code and barcodes in .NET Core, ASP.NET Core, Windows Forms, WPF, web and Desktop apps
  • Support QR Code, Data Matrix, PDF-417, Code 39 / 128, EAN/UPC, Supplemental barcodes, GS1-128, ITF-14, GS1 DataBar
  • Easy to encode barcodes into raster images (png, bmp, tiff) with high resolution or vector images (svg, eps)
  • Styled QR Code with logo, colors customized
  • Quick to encode 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, MacOS, Linux, Docker, Azure

Get to Start

Once installed the package, you can use the following C# code to generate, customize and save barcodes in C# application

QRCode barcode = new QRCode();
barcode.Data = "QR Code";
barcode.drawBarcode("C://output//qrcode.png");

Supports

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (29)

Showing the top 5 NuGet packages that depend on OnBarcode.Barcode.Generator:

Package Downloads
OnBarcode.Barcode.Generator.Sample.Share

Shared Barcode Generator C# sample code Barcode Output Types : * Raster images: BITMAP (.bmp), JPEG, PNG, TIFF, GIF * Vector images: SVG, EPS * Stream objects or Byte array Compatible with : * .NET Standard 2.0 * .NET 8, .NET 7, .NET 6, .NET 5 * .NET Core 3.x, & 2.x * .NET Framework 4.6 Online Guides : * C# Guide : https://www.onbarcode.com/tutorial/csharp-barcode-generation.html * Contact US : support@onbarcode.com

OnBarcode.Barcode.Generator.Sample.Code11

Code 11 Barcode Generator C# sample code: The nuget package includes detailed C# source code to create, print Code 11 barcode in ASP.NET, MVC, web, Windows applications. Barcode Output Types : * Raster images: BITMAP (.bmp), JPEG, PNG, TIFF, GIF * Vector images: SVG, EPS * Stream objects or Byte array Compatible with : * .NET Standard 2.0 * .NET 8, .NET 7, .NET 6, .NET 5 * .NET Core 3.x, & 2.x * .NET Framework 4.6 Online Guides : * C# Guide : https://www.onbarcode.com/tutorial/csharp-barcode-generation.html * Contact US : support@onbarcode.com

OnBarcode.Barcode.Generator.Sample.Code128

Code 128 Barcode Generator C# sample code: The nuget package includes detailed C# source code to create, print Code 128 barcode in ASP.NET, MVC, web, Windows applications. Barcode Output Types : * Raster images: BITMAP (.bmp), JPEG, PNG, TIFF, GIF * Vector images: SVG, EPS * Stream objects or Byte array Compatible with : * .NET Standard 2.0 * .NET 8, .NET 7, .NET 6, .NET 5 * .NET Core 3.x, & 2.x * .NET Framework 4.6 Online Guides : * C# Guide : https://www.onbarcode.com/tutorial/csharp-barcode-generation.html * Contact US : support@onbarcode.com

OnBarcode.Barcode.Generator.Sample.Codabar

Codabar Barcode Generator C# sample code: The nuget package includes detailed C# source code to create, print Codabar barcode in ASP.NET, MVC, web, Windows applications. Barcode Output Types : * Raster images: BITMAP (.bmp), JPEG, PNG, TIFF, GIF * Vector images: SVG, EPS * Stream objects or Byte array Compatible with : * .NET Standard 2.0 * .NET 8, .NET 7, .NET 6, .NET 5 * .NET Core 3.x, & 2.x * .NET Framework 4.6 Online Guides : * C# Guide : https://www.onbarcode.com/tutorial/csharp-barcode-generation.html * Contact US : support@onbarcode.com

OnBarcode.Barcode.Generator.Sample.MicroPDF417

Micro PDF417 Barcode Generator C# sample code: The nuget package includes detailed C# source code to create, print Micro PDF417 barcode in ASP.NET, MVC, web, Windows applications. Barcode Output Types : * Raster images: BITMAP (.bmp), JPEG, PNG, TIFF, GIF * Vector images: SVG, EPS * Stream objects or Byte array Compatible with : * .NET Standard 2.0 * .NET 8, .NET 7, .NET 6, .NET 5 * .NET Core 3.x, & 2.x * .NET Framework 4.6 Online Guides : * C# Guide : https://www.onbarcode.com/tutorial/csharp-barcode-generation.html * Contact US : support@onbarcode.com

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
10.0.1.1 138 12/10/2024