VOOZH about

URL: https://www.nuget.org/packages/BarCode.Detection/2025.9.5

⇱ NuGet Gallery | BarCode.Detection 2025.9.5




👁 Image
BarCode.Detection 2025.9.5

There is a newer version of this package available.
See the version list below for details.
dotnet add package BarCode.Detection --version 2025.9.5
 
 
NuGet\Install-Package BarCode.Detection -Version 2025.9.5
 
 
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.Detection" Version="2025.9.5" />
 
 
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="BarCode.Detection" Version="2025.9.5" />
 
Directory.Packages.props
<PackageReference Include="BarCode.Detection" />
 
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.Detection --version 2025.9.5
 
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: BarCode.Detection, 2025.9.5"
 
 
#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.Detection@2025.9.5
 
 
#: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.Detection&version=2025.9.5
 
Install as a Cake Addin
#tool nuget:?package=BarCode.Detection&version=2025.9.5
 
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 9, .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 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 (4)

Showing the top 4 NuGet packages that depend on BarCode.Detection:

Package Downloads
BarCode

IronBarcode - The C# Barcode & QR Library Quickstart guide: https://ironsoftware.com/csharp/barcode/ IronBarcode allows developers to read & write Barcodes and QR Codes within .NET Applications & websites. Reading or writing barcodes with IronBarcode only requires a single line of code. The .NET Barcode Library reads and writes most Barcode and QR standards. These include Code 39/93/128, UPC-A/E, EAN-8/13, ITF, Databar / Databar Expanded, Codabar, Aztec, Data Matrix, MaxiCode, PDF417, Plessey / MSI Plessey, Intelligent Mail, and QR / Micro QR / rMQR. The possible barcode result data types include 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. The barcode writing API checks and verifies format, length, number, checksum to automatically avoid encoding errors. The barcode writer allows for styling, resizing, margins, borders, recoloring, and adding text annotations. Can write to image, PDF or HTML file. Key library features include: * 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 can be used within C#, VB.NET, ASP .NET projects, MVC, Web Services, Console & Desktop Applications. Supports: * .NET Framework 4.6.2 + * .NET Core 2.0 + * .NET 5 * .NET 6 * .NET 7 * .NET 8 * .NET 9 * .NET 10 Licensing & Support available for commercial deployments. For code examples, documentation & more visit https://ironsoftware.com/csharp/barcode/ For support please email us at support@ironsoftware.com

BarCode.Linux

IronBarcode for Linux - The C# Barcode & QR Library Quickstart guide: https://ironsoftware.com/csharp/barcode/ IronBarcode allows developers to read & write Barcodes and QR Codes within .NET Applications & websites. Reading or writing barcodes with IronBarcode only requires a single line of code. The .NET Barcode Library reads and writes most Barcode and QR standards. These include Code 39/93/128, UPC-A/E, EAN-8/13, ITF, Databar / Databar Expanded, Codabar, Aztec, Data Matrix, MaxiCode, PDF417, Plessey / MSI Plessey, Intelligent Mail, and QR / Micro QR / rMQR. The possible barcode result data types include 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. The barcode writing API checks and verifies format, length, number, checksum to automatically avoid encoding errors. The barcode writer allows for styling, resizing, margins, borders, recoloring, and adding text annotations. Can write to image, PDF or HTML file. Key library features include: * 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 can be used within C#, VB.NET, ASP .NET projects, MVC, Web Services, Console & Desktop Applications. Supports: * .NET Framework 4.6.2 + * .NET Core 2.0 + * .NET 5 * .NET 6 * .NET 7 * .NET 8 * .NET 9 * .NET 10 Licensing & Support available for commercial deployments. For code examples, documentation & more visit https://ironsoftware.com/csharp/barcode/ For support please email us at support@ironsoftware.com

BarCode.MacOs.ARM

IronBarcode for MacOs Apple Silicon - The C# Barcode & QR Library Quickstart guide: https://ironsoftware.com/csharp/barcode/ IronBarcode allows developers to read & write Barcodes and QR Codes within .NET Applications & websites. Reading or writing barcodes with IronBarcode only requires a single line of code. The .NET Barcode Library reads and writes most Barcode and QR standards. These include Code 39/93/128, UPC-A/E, EAN-8/13, ITF, Databar / Databar Expanded, Codabar, Aztec, Data Matrix, MaxiCode, PDF417, Plessey / MSI Plessey, Intelligent Mail, and QR / Micro QR / rMQR. The possible barcode result data types include 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. The barcode writing API checks and verifies format, length, number, checksum to automatically avoid encoding errors. The barcode writer allows for styling, resizing, margins, borders, recoloring, and adding text annotations. Can write to image, PDF or HTML file. Key library features include: * 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 can be used within C#, VB.NET, ASP .NET projects, MVC, Web Services, Console & Desktop Applications. Supports: * .NET Framework 4.6.2 + * .NET Core 2.0 + * .NET 5 * .NET 6 * .NET 7 * .NET 8 * .NET 9 * .NET 10 Licensing & Support available for commercial deployments. For code examples, documentation & more visit https://ironsoftware.com/csharp/barcode/ For support please email us at support@ironsoftware.com

BarCode.MacOs

IronBarcode for MacOs - The C# Barcode & QR Library Quickstart guide: https://ironsoftware.com/csharp/barcode/ IronBarcode allows developers to read & write Barcodes and QR Codes within .NET Applications & websites. Reading or writing barcodes with IronBarcode only requires a single line of code. The .NET Barcode Library reads and writes most Barcode and QR standards. These include Code 39/93/128, UPC-A/E, EAN-8/13, ITF, Databar / Databar Expanded, Codabar, Aztec, Data Matrix, MaxiCode, PDF417, Plessey / MSI Plessey, Intelligent Mail, and QR / Micro QR / rMQR. The possible barcode result data types include 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. The barcode writing API checks and verifies format, length, number, checksum to automatically avoid encoding errors. The barcode writer allows for styling, resizing, margins, borders, recoloring, and adding text annotations. Can write to image, PDF or HTML file. Key library features include: * 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 can be used within C#, VB.NET, ASP .NET projects, MVC, Web Services, Console & Desktop Applications. Supports: * .NET Framework 4.6.2 + * .NET Core 2.0 + * .NET 5 * .NET 6 * .NET 7 * .NET 8 * .NET 9 * .NET 10 Licensing & Support available for commercial deployments. For code examples, documentation & more visit https://ironsoftware.com/csharp/barcode/ For support please email us at support@ironsoftware.com

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2026.7.2 130 6/26/2026
2026.6.2 3,673 5/26/2026
2026.5.2 4,635 4/29/2026
2026.4.2 6,331 3/27/2026
2026.3.6 5,213 2/27/2026
2026.2.1 1,619 2/17/2026
2026.1.8 1,770 2/9/2026
2025.12.6 8,319 12/26/2025
2025.11.4 10,043 11/10/2025
2025.10.4 9,352 10/8/2025
2025.9.5 11,908 9/2/2025
2025.8.5 4,559 8/14/2025
2025.7.29 10,647 7/24/2025
2025.6.7 9,558 6/17/2025
2025.5.8 8,146 5/13/2025
2025.4.2 12,334 4/8/2025
2025.3.4 18,766 3/5/2025
2025.2.11 21,386 2/3/2025

Dependency Updates:
- Updates IronSoftware.System.Drawing to 2025.9.3.