![]() |
VOOZH | about |
dotnet add package BarCode --version 2025.2.11
NuGet\Install-Package BarCode -Version 2025.2.11
<PackageReference Include="BarCode" Version="2025.2.11" />
<PackageVersion Include="BarCode" Version="2025.2.11" />Directory.Packages.props
<PackageReference Include="BarCode" />Project file
paket add BarCode --version 2025.2.11
#r "nuget: BarCode, 2025.2.11"
#:package BarCode@2025.2.11
#addin nuget:?package=BarCode&version=2025.2.11Install as a Cake Addin
#tool nuget:?package=BarCode&version=2025.2.11Install as a Cake Tool
๐ Nuget
๐ Installs
๐ Passed
๐ windows
๐ macOS
๐ linux
๐ docker
๐ aws
๐ microsoftazure
๐ livechat
๐ IronBarcode NuGet Trial Banner Image
Get Started | Features | Code Examples | Licensing | Free Trial
IronBarcode is a library developed and maintained by Iron Software that helps C# Software Engineers to read & write Barcodes and QR Codes in .NET applications & websites. Reading or writing barcodes only requires a single line of code with IronBarcode.
๐ IronBarcode Cross Platform Compatibility Support Image
Additionally, our API reference and full licensing information can easily be found on our website.
Installing the IronBarcode NuGet package is quick and easy, please install the package like this:
PM> Install-Package BarCode
Once installed, you can get started by adding using IronBarCode to the top of your C# code. Here is is sample Barcode Generating, Reading, and Saving example to get started:
using IronBarCode;
// Creating a barcode is as simple as:
var myBarcode = BarcodeWriter.CreateBarcode("12345", BarcodeWriterEncoding.EAN8);
// Reading a barcode is easy with IronBarcode:
var resultFromFile = BarcodeReader.Read(@"file/barcode.png"); // From a file
var resultFromPdf = BarcodeReader.ReadPdf(@"file/mydocument.pdf"); // From PDF use ReadPdf
// After creating a barcode, we may choose to resize and save which is easily done with:
myBarcode.ResizeTo(400, 100);
myBarcode.SaveAsImage("myBarcodeResized.jpeg");
The .NET IronBarcode Library reads and writes most Barcode and QR standards. These include code 39/93/128, UPC A/E, EAN 8/13, ITF, RSS 14 / Expanded, Databar, CodaBar, Aztec, Data Matrix, MaxiCode, PDF417, MSI, Plessey, USPS, and QR. The barcode result data includes type, text, binary data, page, and image file.
The barcode reading engine includes automatic image correction and barcode detection technology to take the pain out of locating and reading from imperfect scans. Multithreading, cropping, and batch scanning provides fast and accurate scanning of multi page documents.
Barcode writing API checks and verifies format, length, number, checksum to automatically avoid encoding errors. Barcode writer allows for styling, resizing, margins, borders, recoloring, and adding text annotations. Write to image, PDF or HTML file.
For code examples, tutorials and documentation visit https://ironsoftware.com/csharp/barcode/
For support please email us at developers@ironsoftware.com
You can email us at developers@ironsoftware.com for support directly from our code team. We offer licensing and extensive support for commercial deployment projects.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 net5.0 was computed. net5.0-windows net5.0-windows was computed. net6.0 net6.0 was computed. net6.0-android net6.0-android was computed. net6.0-ios net6.0-ios was computed. net6.0-maccatalyst net6.0-maccatalyst was computed. net6.0-macos net6.0-macos was computed. net6.0-tvos net6.0-tvos was computed. net6.0-windows net6.0-windows was computed. net7.0 net7.0 was computed. net7.0-android net7.0-android was computed. net7.0-ios net7.0-ios was computed. net7.0-maccatalyst net7.0-maccatalyst was computed. net7.0-macos net7.0-macos was computed. net7.0-tvos net7.0-tvos was computed. net7.0-windows net7.0-windows was computed. net8.0 net8.0 was computed. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 was computed. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
| .NET Core | netcoreapp2.0 netcoreapp2.0 was computed. netcoreapp2.1 netcoreapp2.1 was computed. netcoreapp2.2 netcoreapp2.2 was computed. netcoreapp3.0 netcoreapp3.0 was computed. netcoreapp3.1 netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 netstandard2.0 is compatible. netstandard2.1 netstandard2.1 was computed. |
| .NET Framework | net net is compatible. net461 net461 was computed. net462 net462 was computed. net463 net463 was computed. net47 net47 was computed. net471 net471 was computed. net472 net472 was computed. net48 net48 was computed. net481 net481 was computed. |
| MonoAndroid | monoandroid monoandroid was computed. |
| MonoMac | monomac monomac was computed. |
| MonoTouch | monotouch monotouch was computed. |
| Tizen | tizen40 tizen40 was computed. tizen60 tizen60 was computed. |
| Xamarin.iOS | xamarinios xamarinios was computed. |
| Xamarin.Mac | xamarinmac xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos xamarinwatchos was computed. |
Showing the top 5 NuGet packages that depend on BarCode:
| Package | Downloads |
|---|---|
|
IdealogWebPlatform
Package Description |
|
|
Spider
็จไบ็ฎๅๅผๅ๏ผๆไพไธไบๅ ฌ็จๆนๆณใๅ ๆฌๆฅๅฟใๆฐๆฎ้ช่ฏใๅ ่งฃๅฏใๅบ็จ็ผๅญใ็ฝ็ป็ผๅญใMQ็ญใ |
|
|
EIAM.Package.Security
EIAM Security and Authorization Complete Package |
|
|
PdfDocuments.IronBarcode
High level C# library for the easy creation of barcodes in PDF documents using PdfSharp. |
|
|
VendotekSdk
Package Description |
Showing the top 1 popular GitHub repositories that depend on BarCode:
| Repository | Stars |
|---|---|
|
devmentors/Cine
Modular monolith in .NET Core
|
| Version | Downloads | Last Updated |
|---|---|---|
| 2026.7.2 | 146 | 6/26/2026 |
| 2026.6.2 | 2,684 | 5/26/2026 |
| 2026.5.2 | 3,035 | 4/29/2026 |
| 2026.4.2 | 5,073 | 3/27/2026 |
| 2026.3.6 | 3,745 | 2/27/2026 |
| 2026.2.1 | 1,869 | 2/17/2026 |
| 2026.1.8 | 2,055 | 2/9/2026 |
| 2025.12.6 | 6,109 | 12/26/2025 |
| 2025.11.4 | 10,783 | 11/10/2025 |
| 2025.10.4 | 8,985 | 10/8/2025 |
| 2025.9.5 | 7,619 | 9/2/2025 |
| 2025.8.5 | 3,271 | 8/14/2025 |
| 2025.7.29 | 11,057 | 7/24/2025 |
| 2025.6.7 | 7,714 | 6/17/2025 |
| 2025.5.8 | 7,030 | 5/13/2025 |
| 2025.4.2 | 10,647 | 4/8/2025 |
| 2025.3.4 | 17,457 | 3/5/2025 |
| 2025.2.11 | 18,253 | 2/3/2025 |
| 2025.1.10 | 21,066 | 1/6/2025 |
- Separates platform support into individual packagesโthe corresponding supported platform will be appended to the end of the package name (e.g. BarCode.Linux for Linux support). The package for Windows will remain as "BarCode".
- Adds support for Android and iOS platforms (use the "BarCode.Android" and "BarCode.iOS" packages for each respective platform). To learn how to setup on these platforms, please visit the "Setup on iOS" and "Setup on Android" guides on our website.
- Fixes an issue where a memory access violation occurs if the "MachineLearningScan" mode is used in a project with IronPDF installed.
- Fixes an issue where CropArea is ignored if the "MachineLearningScan" mode is set.
- Fixes an issue where the height of a one-dimensional barcode cannot be set.
- Updates IronSoftware.System.Drawing to 2025.1.6.