HttpHandler used to render (partial) PDF pages.

Namespace: TallComponents.Web.Pdf
Assembly: TallComponents.Web.PdfViewer (in TallComponents.Web.PdfViewer.dll) Version: 1.0.14.0

Syntax

C#
public class PdfToImageHandler : IHttpHandler, 
	IReadOnlySessionState, IRequiresSessionState
Visual Basic
Public Class PdfToImageHandler _
	Implements IHttpHandler, IReadOnlySessionState, IRequiresSessionState
Visual C++
public ref class PdfToImageHandler : IHttpHandler, 
	IReadOnlySessionState, IRequiresSessionState

Inheritance Hierarchy

System..::..Object
  TallComponents.Web.Pdf..::..PdfToImageHandler

See Also