PdfViewer
Wisej.Web.PdfViewer
Last updated
Was this helpful?
Wisej.Web.PdfViewer
Last updated
Was this helpful?
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Represents a 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 class.
: Indicates the border style for the control. (Default: None
)
Bindable components implement this interface.
Controls that support drag & drop operations implement this interface.
All wisej components implement this interface.
Represents a Wisej component that is capable of handling postback requests from the client.
Allows an object to serialize itself.
: Returns or sets the pdf file name to display in the control. (Default: ""
)
: Returns or sets the pdf stream to display in the control.
: Returns or sets the to use on the client. (Default: Auto
)
: Returns or sets the URL of the viewer to use on the client when the value of is set to . (Default: ""
)
Fired when the PdfSource property is changed.
All wisej controls derived from the class must implement this interface.