The page mode of the document in the PDF viewer.
Namespace: TallComponents.PDF.NavigationAssembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1
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. |