[This is preliminary documentation and is subject to change.]

Defines the contract that ASP.NET implements to synchronously process HTTP Web requests made by RAD PDF

Namespace:  RadPdfLibrary.Web.HttpHandler
Assembly:  RadPdfLibrary (in RadPdfLibrary.dll) Version: 1.4.3630.21651 (1.4.0.0)

Syntax

C#
public sealed class RadPdfHttpHandler : IHttpHandler
Visual Basic (Declaration)
Public NotInheritable Class RadPdfHttpHandler _
	Implements IHttpHandler
Visual Basic (Usage)
Dim instance As RadPdfHttpHandler

Remarks

This class and its members should only be used in a web application setup for RAD PDF.

Inheritance Hierarchy

System..::.Object
  RadPdfLibrary.Web.HttpHandler..::.RadPdfHttpHandler

See Also