🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

BarcodeLib.BarcodeReader

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package version was removed
This package version has been unpublished, mostly likely due to security reasons

BarcodeLib.BarcodeReader

Barcode Reader for .NET is a C# barcode scanning library to read, scan QR Code, Data Matrix, Code 128 and other 2d and 1d barcode symbologies in your ASP.NET web and desktop applications. Barcode Reader for .NET 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 Online Documents * C# How to Guide : https://www.barcodelib.com/csharp/barcode_reader_csharp.html * Licenses : https://www.barcodelib.com/purchase/license-barcode-reader-net.html * Email : support@barcodelib.com

7.4.1
unpublished
NuGet
Maintainers
2
Created
Source

BarcodeLib.com Barcode Reader for .NET - A C# Barcode Scanner Library

Barcode Reader for .NET is a C# barcode scanning library to read, scan QR Code, and other 2d and 1d barcode symbologies in your .NET web and desktop applications.

Barcode Reader for .NET 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 C# 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

Keywords

BarcodeLib

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts