Enum PDFDocViewPrefs.PageMode
PageMode specifies how the document should be displayed when opened
Namespace: pdftron.PDF
Assembly: PDFNet.dll
Syntax
public enum PDFDocViewPrefs.PageMode
Fields
Name | Description |
---|---|
e_FullScreen | Displays document in full-screen viewing mode. |
e_UseAttachments | Displays attachments panel. |
e_UseBookmarks | Displays document plus bookmarks. |
e_UseNone | Displays document, but neither thumbnails nor bookmarks. |
e_UseOC | Displays Optional Content (OC) group panel. |
e_UseThumbs | Displays document plus thumbnails. |