OnBarcode.Barcode.Reader.Web
10.0.0.1
dotnet add package OnBarcode.Barcode.Reader.Web --version 10.0.0.1
NuGet\Install-Package OnBarcode.Barcode.Reader.Web -Version 10.0.0.1
<PackageReference Include="OnBarcode.Barcode.Reader.Web" Version="10.0.0.1" />
<PackageVersion Include="OnBarcode.Barcode.Reader.Web" Version="10.0.0.1" />
<PackageReference Include="OnBarcode.Barcode.Reader.Web" />
paket add OnBarcode.Barcode.Reader.Web --version 10.0.0.1
#r "nuget: OnBarcode.Barcode.Reader.Web, 10.0.0.1"
#addin nuget:?package=OnBarcode.Barcode.Reader.Web&version=10.0.0.1
#tool nuget:?package=OnBarcode.Barcode.Reader.Web&version=10.0.0.1
OnBarcode C# Barcode Reader - A C# ASP.NET Core Barcode Scanner Library
Barcode Reader for ASP.NET Core 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 applications.
Barcode Reader for ASP.NET Core 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
- How to : https://www.onbarcode.com/tutorial/csharp-barcode-reader.html
- Email : support@onbarcode.com
High quality and easy to use library.
Product | Versions 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. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.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. |
-
.NETStandard 2.0
- OnBarcode.Barcode.Reader (>= 10.0.0)
- System.Drawing.Common (>= 4.5.0)
NuGet packages (634)
Showing the top 5 NuGet packages that depend on OnBarcode.Barcode.Reader.Web:
Package | Downloads |
---|---|
OnBarcode.Ocr
OnBarcode.Ocr is a C# Optical Character Recognition library to read, extract text contents from images, scanned PDFs, multi-page TIFF files in .NET projects. OnBarcode.Ocr is an advanced OCR SDK : * OnBarcode OCR C# library has led the industry in optical character recognition * Allow characters recognition and extraction from images captured by digital camera, scanned PDF document and image-only PDF * Support multiple languages, including English, German, Japanese, Chinese, French, Portuguese, Spanish, Russian, Italian, Dutch, Arabic, Korean, etc * Support user-defined image and document OCR, like full-page, auto and manual zonal OCR recognition * Able to read QR Code, and other 20+ barcode data message Compatible with * .NET Standard 2.0 * .NET 8, .NET 7, .NET 6, .NET 5, .NET Core 3.x & 2.x * .NET Framework 4.x Contact * Email : support@onbarcode.com |
|
OnBarcode.PDF
C# Barcode on PDF document: The nuget package includes API to generate, read QR Code, Code 128, and 20+ barcodes on 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 Output Types : * Document : PDF * Raster images: BITMAP (.bmp), JPEG, PNG, TIFF, GIF * Vector images: SVG, EPS * 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-generation.html * Contact US : support@onbarcode.com |
|
OnBarcode.TIFF
C# Barcode on multi-page TIFF file: The nuget package includes API to generate, read 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 Output Types : * Document : Multi-page TIFF (.tiff, .tif) * Raster images: BITMAP (.bmp), JPEG, PNG, TIFF, GIF * Vector images: SVG, EPS * 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-generation.html * Contact US : support@onbarcode.com |
|
OnBarcode.Word
C# Barcode on Microsoft Word document: The nuget package includes API to generate, read 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 Output Types : * Document : Microsoft Office Word (.docx) * Raster images: BITMAP (.bmp), JPEG, PNG, TIFF, GIF * Vector images: SVG, EPS * 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-generation.html * Contact US : support@onbarcode.com |
|
OnBarcode.PowerPoint
C# Barcode on Microsoft PowerPoint document: The nuget package includes API to generate, read 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 Output Types : * Document : Microsoft Office PowerPoint (.pptx) * Raster images: BITMAP (.bmp), JPEG, PNG, TIFF, GIF * Vector images: SVG, EPS * 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-generation.html * Contact US : support@onbarcode.com |
GitHub repositories
This package is not used by any popular GitHub repositories.