Click or drag to resize
DocumentDisplayMode Enumeration
The display mode of the PDF document in the viewer.

Namespace: PdfViewer4AspNet
Assembly: PdfViewerAspNet (in PdfViewerAspNet.dll) Version: 4.2
Syntax
public enum DocumentDisplayMode
Members
  Member nameValueDescription
NotSet0 Use default document display mode.
None1 Displays the document, but does not display bookmarks or thumbnails (default)
Bookmarks2 Displays the document and bookmarks.
Thumbs3 Displays the document and thumbnails.
See Also