DocumentDisplayMode Enumeration |
The display mode of the PDF document in the viewer.
Namespace: PdfViewer4AspNetAssembly: PdfViewerAspNet (in PdfViewerAspNet.dll) Version: 4.2
Syntaxpublic enum DocumentDisplayMode
Public Enumeration DocumentDisplayMode
Members
| Member name | Value | Description |
---|
| NotSet | 0 |
Use default document display mode.
|
| None | 1 |
Displays the document, but does not display bookmarks or thumbnails (default)
|
| Bookmarks | 2 |
Displays the document and bookmarks.
|
| Thumbs | 3 |
Displays the document and thumbnails.
|
See Also