Using WebClientPrint in Visual Studio or Visual Web Developer
WebClientPrint can be used with any development tool (IDE) that provides support for ASP.NET 2.0 (or greater) projects. Some of those web dev tools are Microsoft Visual Studio (2005 or greater) and the free version called Visual Web Developer Express Edition (2005 or greater).
Referencing the WebClientPrint component in Visual Studio or VWD
To use the WebClientPrint server-side component in your ASP.NET project, you must add a reference to the Neodynamic.SDK.WebClientPrint.dll assembly. Please follow these simple steps:
- Open Visual Studio or VWD.
- Create a new ASP.NET project or open an existing one.
- Add a reference to Neodynamic.SDK.WebClientPrint.dll assembly (Project > Add Reference...)
NOTE
The Neodynamic.SDK.WebClientPrint.dll assembly is located in the folder where you installed the WebClientPrint package.
- That's it. The WebClientPrint server-side component should now appear as referenced and it's ready to be used in your ASP.NET project.