PdfViewerFullScreenExitMode Enumeration |
Used in PdfViewerPreferences to specify how to display the document on exiting full-screen mode
Namespace: PdfViewer4AspNetAssembly: PdfViewerAspNet (in PdfViewerAspNet.dll) Version: 4.2
Syntaxpublic enum PdfViewerFullScreenExitMode
Public Enumeration PdfViewerFullScreenExitMode
Members
| Member name | Value | Description |
---|
| UseNone | 0 |
Neither document outline nor thumbnail images visible.
|
| UseOutlines | 1 |
Document outline visible.
|
| UseThumbs | 2 |
Thumbnail images visible.
|
| UseOC | 3 |
Optional content group panel visible.
|
See Also