Skip to main content
Version: 3.5

PdfViewerType

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Specifies the type of Pdf viewer to use in the PdfViewer control.

public enum PdfViewerType : Enum

Fields

NameDescription
AutoThe PDF viewer is selected by the client browser.
CustomUse 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.
GoogleUse Google's document viewer. The URL of the Google viewer can be changed in the ViewerURL property.
MozillaUse Mozilla PDF.js viewer. The URL of the Mozilla viewer can be changed in the ViewerURL property.

Used By

NameDescription
PdfViewer.ViewerTypeReturns or sets the PdfViewerType to use on the client.