PdfViewer
Wisej.Web.PdfViewer
Last updated
Wisej.Web.PdfViewer
Last updated
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.
Initializes a new instance of the PdfViewer class.
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.
EventHandler Fired when the PdfSource property is changed.
Name | Description |
---|---|
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. |