BarcodeLib.BarcodeScanner.ASP.NET.QRCode
8.0.0.1
dotnet add package BarcodeLib.BarcodeScanner.ASP.NET.QRCode --version 8.0.0.1
NuGet\Install-Package BarcodeLib.BarcodeScanner.ASP.NET.QRCode -Version 8.0.0.1
<PackageReference Include="BarcodeLib.BarcodeScanner.ASP.NET.QRCode" Version="8.0.0.1" />
<PackageVersion Include="BarcodeLib.BarcodeScanner.ASP.NET.QRCode" Version="8.0.0.1" />
<PackageReference Include="BarcodeLib.BarcodeScanner.ASP.NET.QRCode" />
paket add BarcodeLib.BarcodeScanner.ASP.NET.QRCode --version 8.0.0.1
#r "nuget: BarcodeLib.BarcodeScanner.ASP.NET.QRCode, 8.0.0.1"
#:package BarcodeLib.BarcodeScanner.ASP.NET.QRCode@8.0.0.1
#addin nuget:?package=BarcodeLib.BarcodeScanner.ASP.NET.QRCode&version=8.0.0.1
#tool nuget:?package=BarcodeLib.BarcodeScanner.ASP.NET.QRCode&version=8.0.0.1
BarcodeLib.com ASP.NET QR Code Scanner Library
ASP.NET Core QR Code Scanner Library is a C# barcode scanning library to read, scan QR Code images in your ASP.NET Core, MVC, web applications.
ASP.NET QR Code Scanner Library is an advanced barcode scanner package :
- Read, scan ISO, GS1 QR Code image files, memory objects.
- Recognise multiple QR Codes from a single file with fast reading speed and high recognition rate
- Support reading QR Codes from GIF, BMP, JPEG, TIFF, PNG image files, and stream objects
- Quick to scan and read QR Codes 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 QR Codes from images in ASP.NET Core application
using BarcodeLib.BarcodeReader;
BarCode[] datas = BarcodeReader.BarcodeReader.ReadBarcode(
"C://temp//qrcode-sample.png", BarcodeReader.BarcodeReader.QRCODE);
Support & Documents
- ASP.NET Core QR Code Scanner Library : https://www.barcodelib.com/net_barcode_reader/main.html
- ASP.NET Core QR Code Scanner Tutorial : https://www.barcodelib.com/net_barcode_reader/barcodes/qrcode.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.QRCode:
| 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.