Online Guide

For Using BC.NetBarcodeReader.Datamatrix in .NET
Scan, read, and recognize Data Matrix from raster images Jpg, Jpeg, Png, Tiff, Bmp, and Gif.

Guide Overview

It's easy to use BC.NetBarcodeReader.Datamatrix dll library to recognize and read Data Matrix barcode from images in your .NET projects. Here we will show you in simple steps. Please firstly download and get the free trial dll library of our .NET datamatrix reader (BC.NetBarcodeReaderTrial.Datamatrix.dll). And the only thing for .NET datamatrix reader dll integration is to add your project reference to it.

BC.NetBarcodeReader.Datamatrix

We take the Console Application as an example of how to use BC.NetBarcodeReader.Datamatrix dll library to recognize and read Data Matrix from image files. For ease of use, here are simple code examples for C# and VB.NET developers. To decode all 2d barcodes and all 1d barcodes, you should use BC.NetBarcodeReader.All product.


1. Recognize and read Data Matrix from image using BC.NetBarcodeReader.Datamatrix dll library. We also provide Data Matrix reader solution for PDF document. If you are also interested in this, please see our product BC.NetPdfBarcodeReader.All SDK and its online guide: how to recognize barcodes from PDF file.

.NET Data Matrix Reader DLL - How to in C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using BC.NetBarcodeReaderTrial.Datamatrix;

namespace BC.NetBarcodeReaderDemo
{
    class Program
    {
        static void Main(string[] args)
        {
            ReadOneBarcodeTypefromImage();
        }

        public static void ReadOneBarcodeTypefromImage()
        {
            string[] data = NetBarcodeReader.Recognize("Datamatrix.jpg", NetBarcodeReader.Datamatrix);

            foreach (string result in data)
            {
                Console.WriteLine(result);
            }
            Console.ReadKey();
        }
    }
}

.NET Data Matrix Reader DLL - How to in VB.NET

Imports System
Imports System.Collections.Generic
Imports System.Linq
Imports System.Text
Imports BC.NetBarcodeReaderTrial.Datamatrix

Module BCNetBarcodeReaderDemo  

    Sub Main()
        ReadOneBarcodeTypefromImage()
    End Sub

    Public Sub ReadOneBarcodeTypefromImage()
        Dim data As String() = NetBarcodeReader.Recognize("Datamatrix.jpg", NetBarcodeReader.Datamatrix)

        For Each result As String In data
            Console.WriteLine(result)
        Next

        Console.ReadKey()
    End Sub

End Module


Our .NET Data Matrix reader is used by customers all over the world. You can easily find our .NET datamatrix reader library via online search. Customers often use datamatrix reader, read datamatrix, data matrix reader, data matrix barcode readers dll, data matrix reader online, datamatrix reader online, data matrix code reader online, datamatrix online reader, data matrix online reader, online data matrix reader, datamatrix dll for c#, datamatrix barcode dll c#, c# code to read barcode datamatrix, barcode dll c# free, data matrix barcode in c#, datamatrix barcode recognition sdk asp.net, c# barcode recognition data matrix, datamatrix barcode recognition api, datamatrix reader application in c#, data matrix reader in c# codeproject, source code for barcode reader in c# asp.net, read datamatrix barcode using c#, data matrix barcode reader api c#, datamatrix barcode reader code in c# net, data matrix reader source code in c#, how to read data matrix in asp net c#, how to read datamatrix barcode in asp net c#, data matrix reader in c# source code, how to read a barcode in c#, how to use datamatrix reader in c#, open source barcode reader net, open source barcode reader datamatrix vb.net, asp net read barcode data matrix, read barcode online, net read datamatrix from image, and datamatrix barcode recognition online to search and find our .NET datamatrix reader library online.




Guide for Barcode Symbologies