XImage.BarcodeReader.Framework 12.3.4

dotnet add package XImage.BarcodeReader.Framework --version 12.3.4
                    
NuGet\Install-Package XImage.BarcodeReader.Framework -Version 12.3.4
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="XImage.BarcodeReader.Framework" Version="12.3.4" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="XImage.BarcodeReader.Framework" Version="12.3.4" />
                    
Directory.Packages.props
<PackageReference Include="XImage.BarcodeReader.Framework" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add XImage.BarcodeReader.Framework --version 12.3.4
                    
#r "nuget: XImage.BarcodeReader.Framework, 12.3.4"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=XImage.BarcodeReader.Framework&version=12.3.4
                    
Install XImage.BarcodeReader.Framework as a Cake Addin
#tool nuget:?package=XImage.BarcodeReader.Framework&version=12.3.4
                    
Install XImage.BarcodeReader.Framework as a Cake Tool

XImage.Barcode Reader is a C# barcode scanning library to read, scan QR Code, Code 128 and many 2d and 1d barcode formats in .NET Framework projects.

Barcode Reader from RasterEdge is an advanced barcode scanner library :

  • Read, scan QR Code, Data Matrix, PDF-417, Code 39 / 128, EAN/UPC, 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 PDF, multi-page TIFF, GIF, BMP, JPEG, TIFF, PNG image files, and stream objects

Compatible with

  • .NET Framework 4.x, 3.x, 2.x
  • Windows, Mac, 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

// load PDF document
PDFDocument doc = new PDFDocument(inputDirectory + "Sample_Barcode.pdf");

// get the page you want to scan
BasePage page = doc.GetPage(0);

// set reader setting
ReaderSettings setting = new ReaderSettings();

// set type to read
setting.AddTypesToRead(BarcodeType.EAN13);

// read barcode from PDF page
Barcode[] barcodes = BarcodeReader.ReadBarcodes(setting, page);

foreach (Barcode barcode in barcodes)
{
	// print the loaction of barcode on image
                Console.WriteLine(barcode.BoundingRectangle.X + "  " + barcode.BoundingRectangle.Y);

                // output barcode data onto screen 
                Console.WriteLine(barcode.DataString);
}

Support & Documents

Product Compatible and additional computed target framework versions.
.NET Framework net20 is compatible.  net35 is compatible.  net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (24)

Showing the top 5 NuGet packages that depend on XImage.BarcodeReader.Framework:

Package Downloads
XDoc.PDF.Framework

XDoc.PDF supports C# developers to create, read, edit, convert PDF document in .NET projects. Enable PDF converter, viewer for .NET Framework. XDoc.PDF from RasterEdge is an advanced Adobe PDF library : * Generate PDFs from MS Word, Excel, PowerPoint, TIFF, JPG, PNG and many image formats * Convert PDF to Word, multi-page TIFF, SVG, JPG, PNG and other image formats * Read, extract text, image, font data, AcroForm data from PDFs * Edit, modify existing PDF text, image, bookmark, metadata contents * Annotate, markup PDF content with highligh, comments, drawings * Redact, remove sensitive information from PDF documents * Protect PDFs with password protection * Add, remove digit signature to PDFs * Add, generate, read QR Code and barcode on PDF * Convert scanned PDF to editable PDF using OCR Compatible with * .NET Framework 4.x, 3.x, 2.x * Windows, MacOS, Linux, Docker, Azure Online Documents * C# How to Guide : https://www.rasteredge.com/how-to/csharp-imaging/pdf-overview/ * Email : support@rasteredge.com

XImage.OCR.Framework

XImage.OCR is a C# Optical Character Recognition library to read, extract text contents from images, scanned PDFs, multi-page TIFF files in .NET Framework projects. XImage.OCR from RasterEdge is an advanced C# OCR library : * Allow characters recognition and extraction from images captured by digital camera, scanned PDF document and image-only PDF * Support multiple languages, including English, French, German, 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, barcode data Compatible with * .NET Framework 4.x, 3.x, 2.x * Windows, MacOS, Linux, Docker, Azure Online Documents * C# How to Guide : http://www.rasteredge.com/how-to/csharp-imaging/ocr-sdk/ * Email : support@rasteredge.com

XImage.BarcodeReader.Framework.Source.VB.DataMatrix

VB.NET Data Matrix Barcode Reader Guide: This package includes VB.NET sample source code to scan, read Data Matrix 2d barcode from image, PDF, Tiff, Office Word, Excel, PowerPoint files using XImage.Barcode Reader library Input : * Raster images: bitmap (.bmp), gif, png, jpeg/jpg * Document formats: PDF, multi-page TIFF, Word (.docx), Excel (.xlsx), PowerPoint (.pptx) * Stream objects or binary data Compatible with : * .NET Framework 4.x, 3.x, 2.x Online Guides : * Developer Guide : https://www.rasteredge.com/how-to/vb-net-imaging/read-barcode-vb-net/ * Support : support@rasteredge.com

XImage.BarcodeReader.Framework.Source.VB.UPCE

VB.NET UPC-E Barcode Reader Guide: This package includes VB.NET sample source code to scan, read UPC-E barcode from image, PDF, Tiff, Office Word, Excel, PowerPoint files using XImage.Barcode Reader library Input : * Raster images: bitmap (.bmp), gif, png, jpeg/jpg * Document formats: PDF, multi-page TIFF, Word (.docx), Excel (.xlsx), PowerPoint (.pptx) * Stream objects or binary data Compatible with : * .NET Framework 4.x, 3.x, 2.x Online Guides : * Developer Guide : https://www.rasteredge.com/how-to/vb-net-imaging/read-barcode-vb-net/ * Support : support@rasteredge.com

XImage.BarcodeReader.Framework.Source.VB.EAN13

VB.NET EAN-13 Barcode Reader Guide: This package includes VB.NET sample source code to scan, read EAN-13 barcode from image, PDF, Tiff, Office Word, Excel, PowerPoint files using XImage.Barcode Reader library Input : * Raster images: bitmap (.bmp), gif, png, jpeg/jpg * Document formats: PDF, multi-page TIFF, Word (.docx), Excel (.xlsx), PowerPoint (.pptx) * Stream objects or binary data Compatible with : * .NET Framework 4.x, 3.x, 2.x Online Guides : * Developer Guide : https://www.rasteredge.com/how-to/vb-net-imaging/read-barcode-vb-net/ * Support : support@rasteredge.com

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
12.3.4 358 4/17/2025
12.3.3.2 149 3/31/2025
12.3.3 349 3/18/2025
12.3.2.2 114 2/8/2025
12.3.1.1 501 12/20/2024
12.3.0.4 101 12/9/2024
12.3.0.2 98 12/5/2024
12.2.0.1 103 12/3/2024