Home  >  .NET Barcode Reader >  2D Data Matrix Barcode Scanning Control
.NET Data Matrix Reader & Scanner Library
.NET Data Matrix Reader & Scanner Library is a mature & professional barcode reading sdk for .NET developers. It can scan & read Data Matrix barcodes from image file in a quick and accurate way. This Data Matrix barcode reader control supports barcode reading using .NET prefered programming languages, like VB.NET & C#.
Features - .NET Data Matrix Barcode Scanner Control
How to Read & Scan Data Matrix Barcode from Image in .NET Application?

How to Read & Scan Data Matrix Barcode from Image in C#.NET Class Application?

  1. Download Free Trial Version of .NET barcode scanner dll and find KeepDynamic.BarcodeReader.dll
  2. Add KeepDynamic.BarcodeReader.dll to your .NET project reference
  3. Use C# code below to read & scan all the Data Matrix barcodes in the target image file
using KeepDynamic.BarcodeReader;
string[] barcodeValues = BarcodeReader.read("your-barcode-image-filename", KeepDynamic.BarcodeReader.Type.DATAMATRIX);

How to Read & Scan Data Matrix Barcode from Image in VB.NET Class Application?

  1. Download Free Trial Version of .NET barcode scanner dll and find KeepDynamic.BarcodeReader.dll
  2. Add KeepDynamic.BarcodeReader.dll to your .NET project reference
  3. Copy following VB.NET class code to read Data Matrix barcode from image file
Imports KeepDynamic.BarcodeReader
Dim barcodeValues As String() = BarcodeReader.read("your-barcode-image-filename", KeepDynamic.BarcodeReader.Type.DATAMATRIX)
Linear & 2D Barcodes - .NET Code 128 Barcode Reader Control

How to Generate & Read Data Matrix Barcode in .NET Developing Platform?