The page mode of the document in the PDF viewer.
Namespace: TallComponents.PDF.Layout.NavigationAssembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.63.0
Syntax
| C# |
|---|
public enum PageMode |
| Visual Basic |
|---|
Public Enumeration PageMode |
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | Display none. | |
| Outlines | 1 | Display outlines (also known as bookmarks). | |
| Thumbnails | 2 | Display thumbnails. | |
| FullScreen | 3 | Display document fullscreen. |