🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

OnBarcode.Barcode.Generator

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

OnBarcode.Barcode.Generator

.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 library can be used in C#, VB.NET, ASP.NET Core, Framework, MVC, Windows Forms, WPF, console and desktop applications. Supported barcode formats : * QR Code (Steyled QR Code, GS1 version), Data Matrix (GS1 version), PDF-417 * Code 39, Code 128, GS1-128 * EAN 8, EAN 13, UPC-A, UPC-E * Interleaved 2 of 5, ITF-14 * And others Barcode Output : * Raster images: bitmap (.bmp), gif, png, jpeg/jpg, tiff * Vector images: svg, eps * Stream objects or binary data Quick to Create : QRCode barcode = new QRCode(); barcode.Data = "QR Code"; barcode.drawBarcode("C://output//qrcode.png"); 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 Documents * How to Developer Guide : https://www.onbarcode.com/tutorial/csharp-barcode-generation.html * Email : support@onbarcode.com

10.2.0.5
NuGet
Version published
Maintainers
2
Created
Source

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

C# Barcode Generator sdk 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

  • How to Developer Guide : https://www.onbarcode.com/tutorial/csharp-barcode-generation.html
  • Email : support@onbarcode.com

High quality and easy to use library.

Keywords

onbarcode

FAQs

Package last updated on 16 Jun 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts