PdfViewerType
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Specifies the type of Pdf viewer to use in the PdfViewer control.
- C#
- VB.NET
public enum PdfViewerType : Enum
Public Enum PdfViewerType As [Enum]
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 |
|---|---|
| PdfViewer.ViewerType | Returns or sets the PdfViewerType to use on the client. |