Does PDFNet SDK support ASP.NET Platform?

Q: Does PDFNet SDK support ASP.NET Platform?
-----
A: PDFNet SDK for .NET (http://www.pdftron.com/net) is a regular .NET
component so it can be used within ASP.NET applications. To integrate
PDFNet, simply add a reference to 'PDFNet.DLL' to your solution and
follow the code (e.g. copy & paste) from one of the samples included
in the SDK (http://www.pdftron.com/net/samplecode.html). As a starting
point for any PDFNet project call PDFNet.Initialize() followed by
PDFNet.SetResourcePath() [for more info see http://www.pdftron.com/net/faq.html#pdfnet_res].

Besides .NET (and ASP.NET) PDFNet is also available as a C/C++/JAVA
component on various platforms.