Data Matrix Barcode Generator for .NET Winforms

Robust and powerful barcode control to generate Data Matrix in Windows Forms applications
.NET WinForms Data Matrix Barcode Generator - Benefits
Mature .NET Barcode SDK
This Data Matrix Barcode SDK can be used as DLLs without being loaded on a form. The managed code is 100% C# built. It is easy to use in VB.NET, C#, Managed C++, and Borland Delphi for .NET to generate high quality barcodes.

.NET Barcode Generator SDK library includes ASP.NET Barcode Generator, C# Barcode Generator, VB.NET Barcode Generator, QR Code Generator .NET, QR Code Generator ASP.NET, QR Code Generator C#, QR Code Generator VB.NET, Data Matrix .NET, Data Matrix VB.NET, Data Matrix ASP.NET, Data Matrix C#.

Easy to Use and Redistribute
It is easy to install and drag .NET Windows Form Control to generate high quality Data Matrix. All barcodes and functions are built into single dll file. No registration key, no activation code needed.
Barcode Parameters Customization
Highly-customizable options are provided to specify Data Matrix barcodes by adjusting barcode sizes, changing background/foreground color, rotating barcode angle, altering barcode resolution in dpi, etc.
Support Data Matrix Special Settings
Data Matrix Barcode Generator supports all Data Matrix formats, ECI, GS1 FNC1, and special functions like structured append symbols. Data Matrix ECC200 generation can be also achieved with advanced encoding error checking and reed-Solomon algorithms.
Compatible with Latest Barcode Standards
The generated Data Matrix completely conforms to ISO / IEC 18004 (2nd edition 2006-09-01). Besides, it also supports GS1 system standard for generating GS1 compatible Data Matrix barcodes.
.NET WinForms Data Matrix Barcode Generator SDK - Overview
Data Matrix Barcode Generator for .NET WinForms is the most flexible and comprehensive .NET DLL Class Library that lets you feel barcodes generation and customization in Windows Application is an easy task. Developers are free to draw barcodes in image files as well as in the memory with excellent quality. Free VB.NET and C# samples are provided to generate and adjust Data Matrix.

Data Matrix Introduction
Data Matrix is a matrix (two-dimensional) barcode symbology with a large capacity and small printout size. Data Matrix is constructed of black and white modules arranged in either a square or rectangular pattern. A Data Matrix Code can encode up to 3116 numbers or up to 2335 characters.
.NET Winforms Data Matrix Barcode Creator Encodes:
  • Standard ASCII characters
  • Extended ASCII characters
.NET WinForms Data Matrix Barcode Component - Data Matrix Generation
Create Data Matrix Barcodes Using Drag-and-Drop Implementation
  • Download Terrek Trial and unzip
  • Open Visual Studio and create a new project
  • Copy "Terrek.Barcode.DotNET.dll" to your WinForms project folder
    (Do not copy the dll to bin directory, Visual Studio will do so automatically)
  • Add "DotNETControl" to Visual Studio Toolbox
  • Drag "DotNETControl" onto your form. The default barcode is Code 39.
  • Right click on the barcode, and choose "Properties"
  • Change barcode type to Data Matrix, and adjust other properties if needed
  • Run the project
Generate Data Matrix Barcodes Using Visual Basic.NET and C# Coding
  • Download Terrek Trial and unzip
  • Open Visual Studio and create a new project
  • Copy "Terrek.Barcode.DotNET.dll" to your WinForms project folder
    (Do not copy the dll to bin directory, Visual Studio will do so automatically)
  • Add "DotNETControl" to Winforms project reference
  • Write VB.NET or C# code in "Form1.cs" and run the project
You can generate Data Matrix barcodes in Windows Forms applications by using C# class or VB.NET class. Here is the source code of Data Matrix in C# and Data Matrix in VB.NET:Data Matrix in C#, Data Matrix in VB.NET.