PdfViewer

Wisej.Web.PdfViewer

Namespace: Wisej.Web

Assembly: Wisej.Framework (2.2.0.0)

Represents a PdfViewer control that can display a pdf document in the browser either using the native pdf viewer, the pdf.js viewer, Google docs, or a custom viewer.

public class PdfViewer : Control, IWisejHandler

Constructors

Initializes a new instance of the PdfViewer class.

Properties

BorderStyle: Indicates the border style for the control.

String: Returns or sets the pdf file name to display in the PdfViewer control.

Stream: Returns or sets the pdf stream to display in the PdfViewer control.

PdfViewerType: Returns or sets the PdfViewerType to use on the client.

String: Returns or sets the URL of the viewer to use on the client when the value of ViewerType is set to Custom.

Events

EventHandler Fired when the PdfSource property is changed.

Implements

NameDescription

Bindable components implement this interface.

All wisej components implement this interface.

All wisej controls derived from the Control class must implement this interface.

Represents a Wisej component that is capable of handling postback requests from the client.

Allows an object to serialize itself.

Last updated