PdfViewerType
Wisej.Web.PdfViewerType
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Specifies the type of Pdf viewer to use in the PdfViewer control.
Fields
Name | Description |
---|---|
Auto | The PDF viewer is selected by the client browser. |
Custom | Use a custom viewer defined in the ViewerURL property. Use the [source] placeholder in the URL to indicate where to insert the URL to the file source. |
Use Google's document viewer. The URL of the Google viewer can be changed in the ViewerURL property. | |
Mozilla | Use Mozilla PDF.js viewer. The URL of the Mozilla viewer can be changed in the ViewerURL property. |
Used By
Name | Description |
---|---|
Returns or sets the PdfViewerType to use on the client. |
Last updated