VOOZH about

URL: https://www.nuget.org/packages/BarCode/2025.2.11

โ‡ฑ NuGet Gallery | BarCode 2025.2.11


๏ปฟ

๐Ÿ‘ Image
BarCode 2025.2.11

There is a newer version of this package available.
See the version list below for details.
dotnet add package BarCode --version 2025.2.11
 
 
NuGet\Install-Package BarCode -Version 2025.2.11
 
 
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="BarCode" Version="2025.2.11" />
 
 
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="BarCode" Version="2025.2.11" />
 
Directory.Packages.props
<PackageReference Include="BarCode" />
 
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add BarCode --version 2025.2.11
 
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: BarCode, 2025.2.11"
 
 
#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.
#:package BarCode@2025.2.11
 
 
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=BarCode&version=2025.2.11
 
Install as a Cake Addin
#tool nuget:?package=BarCode&version=2025.2.11
 
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

๐Ÿ‘ Nuget
๐Ÿ‘ Installs
๐Ÿ‘ Passed
๐Ÿ‘ windows
๐Ÿ‘ macOS
๐Ÿ‘ linux
๐Ÿ‘ docker
๐Ÿ‘ aws
๐Ÿ‘ microsoftazure
๐Ÿ‘ livechat

IronBarcode - The C# Barcode & QR Code Library

๐Ÿ‘ 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 excels at:

  • Read single or multiple Barcodes and QR Codes from images or PDFs.
  • Image correction for skewing, orientation, noise, low resolution, contrast etc.
  • Create barcodes and apply to images or PDF documents.
  • Embed barcodes into HTML documents.
  • Style Barcodes and add annotation text.
  • QR Code Writing allows adding of logos, colors, and advanced QR alignment.

IronBarcode has cross platform support compatibility with:

  • .NET 8, .NET 7, .NET 6, .NET 5, Core 2x & 3x, Standard 2 and Framework 4x
  • Windows, MacOS, Linux, Docker, Azure and AWS

๐Ÿ‘ IronBarcode Cross Platform Compatibility Support Image

Additionally, our API reference and full licensing information can easily be found on our website.

Using IronBarcode

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");

Features Table

๐Ÿ‘ IronBarcode Features

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.

Supported Barcode Formats:
  • QR & 2D Matrix: QR (+ Styled QR), Aztec, Data Matrix, MaxiCode (Read Only) USPS IM Barcode (Read Only)
  • Modern Linear Barcodes: Code 39, Code 128, PDF417, Rss14 (Read Only), RSS Expanded (Read Only)
  • Older Linear Barcodes: UPC-A, UPC-E, EAN-8, EAN-13, Codabar, ITF, MSI, Plessey (Write Only)
Reading Barcodes:
  • Read from many image formats: Images (JPG, PNG, GIF, TIFF, SVG, BMP), Multipage GIF & TIFF, System.Drawing Objects, Streams, PDF, and more
  • Image Filters to improve image reading: Brightness, Contrast, Invert, Sharpen, and many more!
  • Set Accuracy & Performance: Single / Multi Barcode Reading, Specify Crop Regions, Set Output Format, Multithreading Support
  • Output to many data formats: Text Data, Numerical Data, Binary Data, Barcode Image
Writing Barcodes:
  • Write To Document Types: Image (jpg, png, gif, tiff, bmp), System.Drawing Objects, Streams, HTML (DataURI, file, or img), PDF (File, Stream, or Binary), Existing PDF (Stamp position)
  • Encoding Barcode Data: Text, urls, IDs, numbers, & binary data
  • Checking Fault Tolerance: Null Check, Checksums, Format Aware, Detailed Error messages, Custom QR Error Correction
  • Styling Barcodes: Resizing, Margins & Borders, Recoloring, Add text annotations, Add logos to QR

Licensing & Support available

For code examples, tutorials and documentation visit https://ironsoftware.com/csharp/barcode/

For support please email us at developers@ironsoftware.com

Documentation Links

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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (5)

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

GitHub repositories (1)

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
Loading failed

- 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.