OnBarcode.Barcode.Reader 9.5.0.2

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

OnBarcode C# Barcode Reader - A C#.NET Barcode Scanner Library

Barcode Reader for .NET SDK is a C# barcode scanner library to read, scan QR Code, Data Matrix, Code 128 and other 2d and 1d barcode symbologies in your ASP.NET web and WinForms desktop applications.

Barcode Reader for .NET is an advanced C# barcode scanner library :

  • Read, recognize QR Code, Data Matrix, PDF-417, Code 39 / 128, EAN/UPC, Supplemental barcodes, GS1-128, and other 1d barcode formats
  • Scan, detect multiple barcode formats from a single file with fast reading speed and high recognition rate
  • Support reading barcodes from GIF, BMP, JPEG, TIFF, PNG image files, and stream objects
  • Quick to scan and read barcodes from target regions inside the image

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

Use the C# code below to scan, read a Code 128 barcode from an image file.

string[] barcodes = BarcodeScanner.Scan("code128-image.gif", BarcodeType.Code128);

Documents

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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.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 (655)

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

Package Downloads
OnBarcode.Barcode.Reader.Document.PDF

C# Barcode Reader using PDF library: The nuget package includes API to read, scan QR Code, Code 128, and 20+ barcodes on Adobe PDF file in ASP.NET, MVC, web, Windows 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 Input Types : * Document : PDF * Raster images: BITMAP (.bmp), JPEG/JPG, PNG, TIFF, GIF * 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 : * Developer Guide : https://www.onbarcode.com/tutorial/csharp-barcode-reader.html * Contact US : support@onbarcode.com

OnBarcode.Barcode.Reader.Document.Excel

C# Barcode Reader using Excel library: The nuget package includes API to read, scan QR Code, Code 128, and 20+ barcodes on Office Excel file in ASP.NET, MVC, web, Windows 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 Input Types : * Document : Microsoft Office Excel (.xlsx) * Raster images: BITMAP (.bmp), JPEG/JPG, PNG, TIFF, GIF * 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 : * Developer Guide : https://www.onbarcode.com/tutorial/csharp-barcode-reader.html * Contact US : support@onbarcode.com

OnBarcode.Barcode.Reader.Document.PowerPoint

C# Barcode Reader using PowerPoint library: The nuget package includes API to read, scan QR Code, Code 128, and 20+ barcodes on Office PowerPoint file in ASP.NET, MVC, web, Windows 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 Input Types : * Document : Microsoft Office PowerPoint (.pptx) * Raster images: BITMAP (.bmp), JPEG/JPG, PNG, TIFF, GIF * 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 : * Developer Guide : https://www.onbarcode.com/tutorial/csharp-barcode-reader.html * Contact US : support@onbarcode.com

OnBarcode.Barcode.Reader.Document.TIFF

C# Barcode Reader using TIFF library: The nuget package includes API to read, scan QR Code, Code 128, and 20+ barcodes on TIFF file in ASP.NET, MVC, web, Windows 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 Input Types : * Document : Multi-page TIFF (.tiff, .tif) * Raster images: BITMAP (.bmp), JPEG/JPG, PNG, TIFF, GIF * 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 : * Developer Guide : https://www.onbarcode.com/tutorial/csharp-barcode-reader.html * Contact US : support@onbarcode.com

OnBarcode.Barcode.Reader.Document.Word

C# Barcode Reader using Word library: The nuget package includes API to read, scan QR Code, Code 128, and 20+ barcodes on Office Word file in ASP.NET, MVC, web, Windows 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 Input Types : * Document : Microsoft Office Word (.docx) * Raster images: BITMAP (.bmp), JPEG/JPG, PNG, TIFF, GIF * 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 : * Developer Guide : https://www.onbarcode.com/tutorial/csharp-barcode-reader.html * Contact US : support@onbarcode.com

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
9.5.0.2 164 4/14/2025
9.5.0.1 48,528 12/10/2024