2D Barcode for .NET
Linear Barcode for .NET
Barcode .NET > Data Matrix

.NET Barcode Reader supports scanning and reading Data Matrix 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 Data Matrix Barcode Reader - Developer Guide

1. How to install & integrate .NET Barcode Reader component into your .NET, C#, VB.NET, ASP.NET projects?

  1. Download the .NET Barcode Reader trial package, and unzip it.
  2. 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.)
  3. Add dll to your .NET project reference.


2. In C#.NET class, how to scan a Data Matrix barcode image and read Data Matrix barcode from it

Data Matrix barcode image scanning in C# class:

	
	// Read Data Matrix barcodes from one gif image, in C# class
	barcodes = BarCodeReader.scanBarCode("data-matrix.gif", BarCodeType.DATAMATRIX); 



3. In VB.NET class, how to scan a Data Matrix barcode image and read Data Matrix barcode from it

Data Matrix barcode image scanning in VB.NET class:

	// Read Data Matrix barcodes from one gif image, in VB.NET class
	Dim barcodes() As string = BarCodeReader.scanBarCode("data-matrix.gif", BarCodeType.DATAMATRIX) 

.NET Barcode Reader Supporting Barcode Types




Quick Links
TUTORIAL