PdfViewer
Wisej.Web.PdfViewer
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.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.
Constructors
PdfViewer()

Initializes a new instance of the PdfViewer class.
Properties
BorderStyle

BorderStyle: Indicates the border style for the control.
PdfSource

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

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

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

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

EventHandler Fired when the PdfSource property is changed.
Implements
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
Was this helpful?