Displays a (partial) preview of page from a PDF document.

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

Syntax

C#
public class PdfViewer : ScriptControl
Visual Basic (Declaration)
Public Class PdfViewer _
	Inherits ScriptControl
Visual C++
public ref class PdfViewer : public ScriptControl

Remarks

This control renders an interactive preview of a page from a PDF document. Users can interact with the preview using mouse to pan and zoom.

A PdfViewerToolbar can be used to control the viewer behaviour, browse through pages and provide feedback about the current page.

Inheritance Hierarchy

System..::.Object
  System.Web.UI..::.Control
    System.Web.UI.WebControls..::.WebControl
      System.Web.UI..::.ScriptControl
        TallComponents.Web.Pdf..::.PdfViewer

See Also