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.14.0

Syntax

C#
public class PdfViewer : ScriptControl
Visual Basic
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

See Also