Business Refinery - Barcode Reader for .Net (.Net Barcode Reader supports Code 128, EAN128, EAN8, EAN13, UPCA, UPCE, Code 39 (and extended), Interleaved 25 and more ...)

Home  >  Barcode Components  >  .NET Barcode Reader for C#, VB.NET, ASP.NET

.NET Barcode Reader for C#, VB.NET, ASP.NET

Reading Code39, Code128, UPC/EAN, Data Matrix, PDF417, QRCode in ASP.NET, C#, VB.NET

.NET Barcode Reader is a highly accurate and high speed .NET barcode recognition component, which recognizes linear (1D) and matrix (2D) barcodes from image files and .NET image objects. Integrating .NET Barcode Reader into your .NET project, you can easily embed barcode reading functionality to your ASP.NET websites, .NET Windows applications, and .NET Web services.

.NET Barcode Reader is completely coded in C# 2.0, which supports GIF, JPEG, PNG, Bitmap, TIFF image formats, also supports reading multi-page in TIFF documents.



.NET Barcode Reader Component Package Overview

.NET Barcode Reader Supporting Barcode Types




.NET Barcode Reader - Free Evaluation Package Download




.NET Barcode Reader License & Price

.NET Barcode Reader Developer License is starting from USD 1,999. View complete licenses & prices.




.NET Barcode Reader Developer Guide for C#, ASP.NET, VB.NET projects


Install .NET Barcode Reader dll in C#, ASP.NET, VB.NET projects

  • Download the .NET Barcode Reader trial package, and unzip it.
  • Copy BusinessRefinery.Barcodes.Reader.dll to your project folder. (please do not copy to your .NET project bin folder, during building, Visual Studio will do it for you.)
  • Add dll to your .NET project reference.



Barcodes Reading in Visual C# .NET class

Barcode Scanning in C# Class:

	// Read Code 39 barcodes from one gif image, in C# class
	string[] barcodes = BarCodeReader.scanBarCode("code39.gif", BarCodeType.CODE39); 
	
	// Read Code 128 & Data Matrix barcodes from one gif image, in C# class
	barcodes = BarCodeReader.scanBarCode("barcode.gif", BarCodeType.CODE128 | BarCodeType.DATAMATRIX); 



Barcodes Reading in Visual Basic .NET class

Barcode Scanning in VB.NET Class:

	// Read Code 39 barcodes from one gif image, in VB.NET class
	Dim barcodes() As string = BarCodeReader.scanBarCode("code39.gif", BarCodeType.CODE39) 
	
	// Read Code 128 & Data Matrix barcodes from one gif image, in VB.NET class
	barcodes = BarCodeReader.scanBarCode("barcode.gif", BarCodeType.CODE128 | BarCodeType.DATAMATRIX)







ALL RIGHTS RESERVED. Business Refinery (c) 2006 - 2010. C#.NET QR Code, Code 128 Java, QRCode Java, QR Code C#.NET, Code 39 Java