Menu

Using PDF417 ASP.NET Web Control with MS Visual Studio

Method 2. Using PDF417 ASP.NET Web Control with Miscrosoft Visual Studio.

 


Install our PDF417 ASP.NET Web Control and start Microsoft Visual Studio. Create a new ASP.NET Web Application after that.
 
create the new ASP.NET Web Application
  
Open the file 'Web.config' and insert an HTTP handler.
 
Insert PDF417 barcode HTTP handler

The necessary HTTP handler is below:
<httpHandlers>
<add verb="*" path="PDF417GeneratorHandler.ashx" type="Barcodes.PDF417.PDF417GeneratorHandler,Barcodes.PDF417Web" />
</httpHandlers>
Build Web Application.
  
Register PDF417 ASP.NET Web Control in your ASP.NET Web Application.
  Open Toolbox for that.
Register DataMatrix ASP.NET Web Control.

Right-click to open the context menu and select 'Customize Toolbox'.
Customize Toolbox.

Then switch to the .NET Framework Components tab and click the Browse button. Then select the file Barcodes.PDF417Web.dll

Now the PDF417 ASP.NET Web Control is present on the Web Forms tab. You can put it on the form.
PDF417 ASP.NET Web Control is present on the Web Forms tab.
  
Adjust the properties of the PDF417 ASP.NET Web control.
 
Adjust the PDF417 bar code properties.

Build Web Application.

  
Start your Internet Browser.
 
Type the address of your web form, you should see the barcode image.

PDFF417 Barcode in the Internet Explorer.