Click or drag to resize

PDFDocViewPrefsPageMode Enumeration

PageMode specifies how the document should be displayed when opened

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public enum PDFDocViewPrefsPageMode
Members
  Member nameValueDescription
e_UseNone0Displays document, but neither thumbnails nor bookmarks.
e_UseThumbs1Displays document plus thumbnails.
e_UseBookmarks2Displays document plus bookmarks.
e_FullScreen3Displays document in full-screen viewing mode.
e_UseOC4Displays Optional Content (OC) group panel.
e_UseAttachments5Displays attachments panel.
See Also