- Barcode Products
 - 
  			Guide
  			
- Generate barcodes in ASP.NET
 - Generate barcodes in .NET WinForms
 - Generate barcodes in Visual C#.NET
 - Generate barcodes in Visual Basic.NET
 - Generate barcodes in Java
 - Generate barcodes in Crystal Reports
 - Generate barcodes in Reporting Service
 - Generate barcodes in RDLC Report
 - Generate Barcodes in BIRT Report
 
 - Integration
 - Knowledge
 - Order Now
 - About Us
 
.NET Barcode Reader supports scanning and reading Interleaved 2 of 5 and other 10+ linear & 2D barcodes from .NET image objects and image files.
.NET Barcode Reader is completely coded in C# 2.0, which supports GIF, JPEG, PNG, Bitmap, TIFF image formats, also supports reading multiple pages in TIFF documents.
.NET Interleaved 2 of 5 Barcode Reader - Developer Guide
							1. How to install & integrate .NET Barcode Reader component into your .NET, C#, VB.NET, ASP.NET projects?
- Download the .NET Barcode Reader trial package, and unzip it.
 - Copy BusinessRefinery.Barcodes.Reader.dll to your .NET 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.
 
2. In C#.NET class, how to scan a Interleaved 2 of 5 barcode image and read Interleaved 2 of 5 barcode from it
Interleaved 2 of 5 barcode image scanning in C# class:
	
	// Read Interleaved 2 of 5 barcodes from one gif image, in C# class
	barcodes = BarCodeReader.scanBarCode("interleaved2of5.gif", BarCodeType.INTERLEAVED2OF5); 
3. In VB.NET class, how to scan a Interleaved 2 of 5 barcode image and read Interleaved 2 of 5 barcode from it
Interleaved 2 of 5 barcode image scanning in VB.NET class:
	// Read Interleaved 2 of 5 barcodes from one gif image, in VB.NET class
	Dim barcodes() As string = BarCodeReader.scanBarCode("interleaved2of5.gif", BarCodeType.INTERLEAVED2OF5) 
								
							
						.NET Barcode Reader Supporting Barcode Types
							
- 
	
Linear Barcodes
- Codabar - Code 39 - Extended Code 39 - Code 128 (also EAN-128 / GS1-128) - EAN-8 - EAN-13 - UPC-A - UPC-E - Interleaved 2 of 5  

.NET Barcode Trial Package
