.NET WinForms Data Matrix Barcode Generator SDK & DLL


.NET Windows Forms Data Matrix Barcode Generator SDK & DLL compiles strong Data Matrix barcode generating features into an easy-to-use barcoding library. It is used to add, generate, or create Data Matrix barcodes using .NET WinForms barcode control in C# and VB.NET WinForms projects.
Overview - .NET WinForms Data Matrix Barcode Generator SDK & DLL
This .NET Windows Forms Data Matrix Barcode DLL Class Library help .NET developers integrate the Data Matrix barcode generation features into .NET projects. Developed in .NET framework 2.0, this .NET Windows Forms Data Matrix Barcode control is easy to use and supports most popular .NET Development Tools like Microsoft Visual Studio2005/2008/2010 and Express Editions.
Related barcode creating solutions for generating Data Matrix image in .NET developing projects:
Features of .NET Data Matrix Barcode Generator Windows Forms Control
- This .NET Data Matrix barcode generator for Windows Forms project is developed in .NET framework and built in managed C# code
- Able to generate Data Matrix barcode images in Windows Forms project using VB.NET or C# code
- This Data Matrix barcoding library can be integrated into .NET Windows Forms project wihout usng any activation keys or registration code
- Support Data Matrix barcode generation in Microsoft SQL Reporting Services, RDLC Reports & Crystal Reports
Data Matrix Barcode Images Generated by .NET WinForms Barcoding Control
- Generate & save Data Matrix barcode to JPG, PNG, GIF and BMP and byte stream object in .NET Windows Forms project
- Generate & rotate Data Matrix barcode images to 0, 90, 180, 270 degrees in .NET Windows Forms project
- Create & adjust Data Matrix barcode sizing properties like bar module size, image width, and height
- Easy to adjust the data mode and format mode of generated Data Matrix barcode images in WinForms application
- The printing resolutions of created Data Matrix barcode images are user-defined
- Generated Data Matrix are compatible with most printers and barcode readers/scanners
.NET Windows Forms Barcode Generator Control - Developer Guidance
How to Generate Data Matrix Barcode in .NET WinForms Controller
- Add KeepDynamic.BarCode.Windows.dll to your Windows Forms project and Visual Studio toolbox
- Drag & drop DataMatrixControl to your .NET WinForms project and a standard Data Matrix barcode image is generated
- Select created Data Matrix barcode and adjust its settings in the Properties Window
How to Generate Data Matrix Barcode in .NET WinForms Classes
- Add KeepDynamic.BarCode.Windows.dll to your Windows Forms project
- Copy following C# or VB.NER class code to your .NET WinForms project
Generate Data Matrix Barcode in .NET WinForms project using C# code
// Create Data Matrix barcode object in C#
DataMatrix barcode = new DataMatrix();
// Enter encodable value for Data Matrix barcode using C#
barcode.CodeText = "Data Matrix in C#";
// Set Data Matrix barcode size-related properties
barcode.X = 3;
barcode.TopMargin = 3;
barcode.BottomMargin = 3;
barcode.LeftMargin = 3;
barcode.RightMargin = 3;
//Customize unique barcode setting of Data Martrix
barcode.DataMode = DataMatrixDataMode.Auto;
barcode.FormatMode = DataMatrixFormatMode.FM_52X52;
// Set Data Matrix drawing image format to PNG in C#
barcode.Format = System.Drawing.Imaging.ImageFormat.Gif;
// Generate Data Matrix barcode & encode to the png image in C#
barcode.drawBarcode("C://barcode-datamatrix-csharp.gif");
Generate Data Matrix Barcode in .NET WinForms project using VB.NET code
' Create Data Matrix barcode object in C#
Dim barcode As New DataMatrix()
' Enter encodable value for Data Matrix barcode using C#
barcode.CodeText = "Data Matrix in C#"
' Set Data Matrix barcode size-related properties
barcode.X = 3
barcode.TopMargin = 3
barcode.BottomMargin = 3
barcode.LeftMargin = 3
barcode.RightMargin = 3
'Customize unique barcode setting of Data Martrix
barcode.DataMode = DataMatrixDataMode.Auto
barcode.FormatMode = DataMatrixFormatMode.FM_52X52
' Set Data Matrix drawing image format to PNG in C#
barcode.Format = System.Drawing.Imaging.ImageFormat.Gif
' Generate Data Matrix barcode & encode to the png image in C#
barcode.drawBarcode("C://barcode-datamatrix-csharp.gif")
.NET Windows Forms Barcode Generator Supported Barcode Types
- 2D Barcodes: QR Code Forms control, PDF417 WinForms control and Data Matrix WinForms control.
- Alphanumeric Barcodes: Code 39 Forms control, Code 93 Forms control, Code 128 Forms control and GS1-128 (UCC/EAN-128) Forms control.
- UPC / EAN Barcodes: EAN 13 WinForms control, EAN 8 WinForms control, UPC A Forms control, UPC E WinForms control , ISBN WinForms control and ISSN WinForms control.
- Numeric Barcodes: Code 11 WinForms control, Codabar WinForms control and MSI Plessey WinForms control.
- Code 2 of 5 based Barcodes: Standard 2 of 5 WinForms control, Interleaved 2 of 5 WinForms control and ITF14 WinForms control.
- Postal Barcodes: Intelligent Mail Barcode(USPS OneCode Solution), USPS POSTNET WinForms control, USPS PLANET WinForms control, Identcode (Deutsche Post, DHL), Leitcode (Deutsche Post, DHL) and RM4SCC (Royal Mail 4-State Customer Barcode).