Click or drag to resize

PDFDocViewPrefsViewerPref Enumeration

ViewerPref enumeration specifies how various GUI elements should behave when the document is opened.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public enum PDFDocViewPrefsViewerPref
Members
  Member nameValueDescription
e_HideToolbar0A enumerator specifying whether to hide the viewer application's toolbars when the document is active.
e_HideMenubar1A enumerator specifying whether to hide the viewer application's menu bar when the document is active.
e_HideWindowUI2A enumerator specifying whether to hide user interface elements in the document's window (such as scroll bars and navigation controls), leaving only the document's contents displayed
e_FitWindow3A enumerator specifying whether to resize the document's window to fit the size of the first displayed page.
e_CenterWindow4A enumerator specifying whether to resize the document's window to fit the size of the first displayed page.
e_DisplayDocTitle5A flag specifying whether the window's title bar should display the document title taken from the Title entry of the document information dictionary. If false, the title bar should instead display the name of the PDF file containing the document.
See Also