[This is preliminary documentation and is subject to change.]
The page mode of the document in the PDF viewer.
Namespace: TallComponents.Web.PdfAssembly: TallComponents.WebToPDF (in TallComponents.WebToPDF.dll) Version: 1.0.4.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. |