Click or drag to resize

RadPdf.Web.HttpHandler Namespace

This namespace provides classes for implementing the HttpHandler required by RAD PDF.
Classes
  ClassDescription
Public classCode examplePdfHttpHandler
Defines the contract that ASP.NET implements to synchronously process HTTP Web requests made by a PdfWebControl or PdfWebControlLite including session information.
Public classCode examplePdfHttpHandlerWithoutSession
Defines the contract that ASP.NET implements to synchronously process HTTP Web requests made by a PdfWebControl or PdfWebControlLite.
Public classCode examplePdfHttpHandlerWithReadOnlySession
Defines the contract that ASP.NET implements to synchronously process HTTP Web requests made by a PdfWebControl or PdfWebControlLite including read-only session information.
Public classCode examplePdfHttpHandlerWithSession
Defines the contract that ASP.NET implements to synchronously process HTTP Web requests made by a PdfWebControl or PdfWebControlLite including session information.