BarcodeLib.BarcodeScanner.ASP.NET
8.0.0.1
dotnet add package BarcodeLib.BarcodeScanner.ASP.NET --version 8.0.0.1
NuGet\Install-Package BarcodeLib.BarcodeScanner.ASP.NET -Version 8.0.0.1
<PackageReference Include="BarcodeLib.BarcodeScanner.ASP.NET" Version="8.0.0.1" />
<PackageVersion Include="BarcodeLib.BarcodeScanner.ASP.NET" Version="8.0.0.1" />
<PackageReference Include="BarcodeLib.BarcodeScanner.ASP.NET" />
paket add BarcodeLib.BarcodeScanner.ASP.NET --version 8.0.0.1
#r "nuget: BarcodeLib.BarcodeScanner.ASP.NET, 8.0.0.1"
#:package BarcodeLib.BarcodeScanner.ASP.NET@8.0.0.1
#addin nuget:?package=BarcodeLib.BarcodeScanner.ASP.NET&version=8.0.0.1
#tool nuget:?package=BarcodeLib.BarcodeScanner.ASP.NET&version=8.0.0.1
BarcodeLib.com ASP.NET Barcode Scanner Library
ASP.NET Barcode Scanner Library is a C# barcode scanning library to read, scan QR Code, and other 2d and 1d barcode symbologies in your ASP.NET Core, MVC, web applications.
ASP.NET Barcode Scanner Library is an advanced barcode scanner package :
- Read, scan QR Code, Data Matrix, PDF-417, Code 39 / 128, EAN/UPC, Supplemental barcodes, GS1-128, and other 1d barcode formats
- Recognise multiple barcodes 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 specified area 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
Once installed the package, you can use the following C# code to scan, recogize barcodes from images in ASP.NET Core application
using BarcodeLib.BarcodeReader;
BarCode[] datas = BarcodeReader.BarcodeReader.ReadBarcode(
"C://temp//code128-sample.png", BarcodeReader.BarcodeReader.CODE128);
BarCode[] datas = BarcodeReader.BarcodeReader.ReadBarcode(
"C://temp//qrcode-sample.png", BarcodeReader.BarcodeReader.QRCODE);
Support & Documents
- ASP.NET Core Barcode Scanner Library : https://www.barcodelib.com/net_barcode_reader/main.html
- ASP.NET Core Barcode Scanner Tutorial : https://www.barcodelib.com/aspnet_barcode_reader/barcode_symbologies.html
- Email : support@barcodelib.com
High quality and easy to use library.
Learn more about Target Frameworks and .NET Standard.
-
.NETStandard 2.0
- System.Drawing.Common (>= 4.5.0)
NuGet packages (36)
Showing the top 5 NuGet packages that depend on BarcodeLib.BarcodeScanner.ASP.NET:
| Package | Downloads |
|---|---|
|
BarcodeLib.BarcodeReader.Code.Core
BarcodeLib - A barcode reader library to quickly read, scan barcodes from image files in your .NET web and desktop applications. This package includes shared VB.NET example source code for all barcode formats. Documents ============================== How to Guide : https://www.barcodelib.com/vb_net/barcode_reader_vbnet.html Email : support@barcodelib.com |
|
|
BarcodeLib.BarcodeReader.Format.Core
BarcodeLib - A barcode reader library to quickly read, scan barcodes from image files in your .NET web and desktop applications. This package includes shared C# example source code for all barcode formats. Documents ============================== How to Guide : https://www.barcodelib.com/csharp/barcode_reader_csharp.html Email : support@barcodelib.com |
|
|
BarcodeLib.BarcodeReader.Format.PDF417
BarcodeLib - A barcode reader library to quickly read, scan PDF-417 barcodes from image files in your .NET web and desktop applications. This package includes detailed example C# source code to scan, read PDF-417 barcodes in .NET projects. Documents ============================== How to Guide : https://www.barcodelib.com/csharp/barcode_reader_csharp.html Email : support@barcodelib.com |
|
|
BarcodeLib.BarcodeReader.Code.PLANET
BarcodeLib - A barcode reader library to quickly read, scan PLANET barcodes from image files in your .NET web and desktop applications. This package includes detailed example VB.NET source code to scan, read PLANET barcodes in .NET projects. Documents ============================== How to Guide : https://www.barcodelib.com/vb_net/barcode_reader_vbnet.html Email : support@barcodelib.com |
|
|
BarcodeLib.BarcodeReader.Format.PLANET
BarcodeLib - A barcode reader library to quickly read, scan PLANET barcodes from image files in your .NET web and desktop applications. This package includes detailed example C# source code to scan, read PLANET barcodes in .NET projects. Documents ============================== How to Guide : https://www.barcodelib.com/csharp/barcode_reader_csharp.html Email : support@barcodelib.com |
GitHub repositories
This package is not used by any popular GitHub repositories.