📅 You're Invited: Meet the Socket team at RSAC (April 28 – May 1).RSVP
Socket
Sign inDemoInstall
Socket

OnBarcode.Barcode.Reader.Framework

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

OnBarcode.Barcode.Reader.Framework

Barcode Reader for .NET Framework 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 and WinForms .NET Framework 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 Framework 4.x, 3.x, and 2.x Documents * How to Guide : https://www.onbarcode.com/tutorial/csharp-barcode-reader.html * Email : support@onbarcode.com

9.5.0.1
NuGet
Version published
Maintainers
2
Created
Source

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

Barcode Reader for .NET 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 Framework 4.x, 3.x, and 2.x

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

Keywords

onbarcode

FAQs

Package last updated on 10 Dec 2024

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