Data Matrix Web Server Control is developed to integrate 2D barcode Data Matrix into ASP.NET web forms.
Creating Data Matrix images online is one of the key features inside EdgeDoc
ASP.NET Document Viewer Web Control.
It is 100% developed using managed code in C#.NET. The web control is strong named, signature and signed. Data Matrix Web Server Control is compatible with Data Matrix specifications including ECC200, ECC000-400, Department of Defense UID, ANSI/AIM C11, ISO/IEC 16022, ISO/IEC 15434, and MIL-STD-130.
Related .net document control helps:
asp.net pdf document viewer: ASP.NET PDF Document Viewer in C#: open, display, view, annotate, redact Adobe PDF files online in ASP.NET MVC & WebForm...
asp.net pdf editor control: EdgePDF: ASP.NET PDF Editor Web Control: Online view, annotate, redact, edit, process, convert PDF documents
asp.net annotate pdf:
ASP.NET Annotate PDF Control: annotate, comment, markup PDF document online using ASP.NET C#
asp.net document viewer c#: ASP.NET Document Viewer using C#: Open, View, Annotate, Redact, Convert document files in ASP.NET using C#, HTML5, JQuer...
asp.net dicom viewer: ASP.NET Dicom Document Viewer Control: view, annotate dicom imaging files online in ASP.NET
sharepoint document viewer: ASP.NET SharePoint Document Viewer: view, annotate, redact documents in SharePoint
mvc pdf editor: ASP.NET MVC PDF Viewer & Editor: view, annotate, redact, edit PDF document in C# ASP.NET MVC
Data Matrix is a 2D barcode symbology that could be used as a single symbol or structured append set of DataMatrix symbols. The Data Matrix symbols are used in many industrial applications as labels and letters. They can be read quickly by barcode scanners.
Benefits of Data Matrix Web Server Control
- Data Matrix generator for single Data Matrix and structured append symbols set
- Developed for web forms development in ASP.NET
- Both html pages and aspx pages are supported
- Server reports including SSRS and Crystal Report are supported
- Compatible with ISO / IEC 16022 (2nd edition 2006-09-15)
Data Matrix Generation using Data Matrix Web Server Control
Before generating Data Matrix using Data Matrix Web Server Control in Visual Studio, please complete installation and add Data Matrix Web Server Control as project reference.
Data Matrix Web Server Control in C#.NET IDEs
For detailed code sample, see
Data Matrix C#.NET Integration.
Data Matrix Web Server Control in VB.NET IDEs
For detailed code sample, view
Data Matrix VB.NET Integration.
Data Matrix Web Server Control in IIS (without using Visual Studio)
- Copy "barcode" folder in the unzipped trial package to your IIS
- Create a new virtual directory, named "datamatrix"
- Restart IIS
- Open your web browser and insert URL:http://YourDomain:Port/datamatrix/datamatrix.aspx?DATA=YourDatainDataMatrix
- Insert a image tag: <img src="http://YourDomain:Port/datamatrix/datamatrix.aspx?DATA=YourDatainDataMatrix">