- Publish your ASP.NET web site to IIS.
- Copy "PQScan.BarcodeCreator.dll" file from downloaded barcode generator package to your IIS bin folder.
- Copy "BarcodeWebHandler.ashx" file from downloaded barcode generator package to your IIS.
- Create an empty html, and add the image code <img src="http://localhost:port/BarcodeWebHandler.ashx?BarType=DataMatrix&Data=123456789&Width=300&Height=300&DataMatrixShape=Auto"/> to the page.
- Viewing html page on web browser, you will see the Data Matrix barcode created on the page.
Note: Please make sure the "BarcodeWebHandler.ashx" file is copied to the folder where the web pages are generating barcodes, otherwise the Data Matrix image will not appear.