ASP.NET Data Matrix Barcode Generator Control


ASP.NET Data Matrix Barcode Creator control is used to display, insert, or generate DataMatrix barcodes in C# and VB.NET for ASP.NET web project templates.
Overview - ASP.NET Data Matrix Barcode Creator Control
ASP.NET Data Matrix Barcode generator is a web applications control for ASP.NET web server. It compiles strong Data Matrix barcode generating function into a single dll. This ASP.NET Data Matrix Barcode maker control can integrate and redistribute into .NET development environments quite easily.
Polular barcode creating libraries for Data Matrix barcode generation in .NET applications:
Features - ASP.NET Data Matrix Barcode Creator Control
Data Matrix Barcode ASP.NET Creating Library | Technology
- Keepdynamic.com's Data Matrix Barcode Creator control for ASP.NET is completely written C#
- This ASP.NET barcoding library supports Data Matrix barcode generation in .NET 2.0 and greater
- Able to create Data Matrix barcode images in ASP.NET classes & Console applications using ASP.NET barcode generator dll
- The error rate of created Data Matrix in ASP.NET website is less than 1 in 10 million characters scanned.
Data Matrix Barcode ASP.NET Creating Library | Barcode Image Customization
Diversified options are provided by ASP.NET Data Matrix Barcode generator for easily configure the barcode properties.
- ASP.NET Data Matrix Barcode Generator supports generated Data Matrix barcode in image formats of JPEG, GIF, TIFF, BMP, and PNG
- Able to generate Data Matrix barcode in the size ranging from 8*8 to 144*144 in ASP.NET
- Generated Data Matrix barcode orientation may be set to 0, 90, 180, or 270 degrees in ASP.NET web site
- Tilde Functions allow the functions, such as returns, tabs and other ones, to be encoded easily into Data Matrix barcode image of ASP.NET web application
- This barcode control may encode up to 3,116 characters from the entire ASCII character set (with extensions) into Data Matrix barcode symbols.
- The utilizing of ECC200 allows the advanced encoding error checking and correction algorithms.
- Free to set printing resolutions of created Data Matrix barcode images using ASP.NET barcoding control
Tutorial - ASP.NET Data Matrix Barcode Creator Control
Generating Data Matrix Barcode Images in ASP.NET Web Controller
- Add KeepDynamic.BarCode.AspNet.dll from the file Library to your ASP.NET project and Visual Studio Toolbox
- Copy "datamatrix.aspx", "datamatrix.aspx.cs" from barcode folder in Documentation to your ASP.NET project
- Drag & drop DataMatrixControl from the Toolbox to your ASP.NET project
- Click generated Data Matrix barcode images and change its property settings in the the Properties window
- Run the ASP.NET project and a standard 2D Data Matrix barcode image will be created
Creating Data Matrix Barcode in ASP.NET Class Applications
- Integrate KeepDynamic.BarCode.AspNet.dll from the file Library to your ASP.NET project by adding reference
- Generate Data Matrix barcode images using C# or VB.NET class codes
Free C# codes for ASP.NET Data Matrix barcode generation
// 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");
Free VB.NET codes for ASP.NET Data Matrix barcode generation
' Create Data Matrix barcode object in VB.NET
Dim barcode As New DataMatrix()
' Enter encodable value for Data Matrix barcode using VB.NET
barcode.CodeText = "Data Matrix in VB.NET"
' 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 VB.NET
barcode.Format = System.Drawing.Imaging.ImageFormat.Gif
' Generate Data Matrix barcode & encode to the png image in VB.NET
barcode.drawBarcode("C://barcode-datamatrix-vbnet.gif")
Generating Data Matrix Barcode in IIS using ASP.NET Barcoding Library
- Find folder barcode in the folder Documentation of downloaded trial package
- Copy folder barcode to your IIS project, eg:C:\interpub
- Create a new virtual directory in your IIS named "barcode", and connect it to the above barcode folder in the C:\interpub
- Restart your Microsoft IIS and navigate to:
http://YourDomain:Port/barcode/datamatrix.aspx?code-text=DataMatrix&x=6&left-margin=6&right-margin=6&top-margin=6&bottom-margin=6 - You can also generate a Data Matrix barcode on your html or aspx pages.
<img src="http://YourDomain:Port/barcode/datamatrix.aspx?code-text=DataMatrix&x=6&left-margin=6&right-margin=6&top-margin=6&bottom-margin=6 />
Note: X refers to module size and code-text refers to encodable characters.
ASP.NET Barcoding Library Supported Barcode Types
- 2D Barcodes: QR Code in ASP.NET, PDF417 in ASP.NET and Data Matrix in ASP.NET.
- Alphanumeric Barcodes: Code 39 in ASP.NET, Code 93 in ASP.NET, Code 128 in ASP.NET and GS1-128 (UCC/EAN-128) in ASP.NET.
- UPC / EAN Barcodes: EAN 13 in ASP.NET, EAN 8 in ASP.NET, UPC A in ASP.NET, UPC E in ASP.NET, ISBN in ASP.NET and ISSN in ASP.NET.
- Numeric Barcodes: Code 11 in ASP.NET, Codabar in ASP.NET and MSI Plessey in ASP.NET.
- Code 2 of 5 based Barcodes: Standard 2 of 5 in ASP.NET, Interleaved 2 of 5 in ASP.NET and ITF14 in ASP.NET.
- Postal Barcodes: Intelligent Mail Barcode in ASP.NET (USPS OneCode Solution), USPS POSTNET in ASP.NET, USPS PLANET in ASP.NET, Identcode in ASP.NET, Leitcode in ASP.NET and RM4SCC in ASP.NET.