.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
- This .NET Data Matrix barcode reader control owns high compatiblity with .NET developing tools, like Visual Studio
- This Data Matrix barcode reading dll is written in 100% managed C# code and developed in .NET 2.0 and above
- Support reading & recognizing Data Matrix barcode from PNG, TIFF, JPEG and GIF image files
- Easy to read & outout multiple Data Matrix barcodes from one image file using one click
- Able to decode & read Data Matrix barcode images in ASP.NET web services, .NET Windows Forms project, VB.NET class application, C#.NET project and Console application
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?
- Download Free Trial Version of .NET barcode scanner dll and find KeepDynamic.BarcodeReader.dll
- Add KeepDynamic.BarcodeReader.dll to your .NET project reference
- 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?
- Download Free Trial Version of .NET barcode scanner dll and find KeepDynamic.BarcodeReader.dll
- Add KeepDynamic.BarcodeReader.dll to your .NET project reference
- 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?