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
Public Enumeration PDFDocViewPrefsViewerPref
public enum class PDFDocViewPrefsViewerPref
pdftron.PDF.PDFDocViewPrefsViewerPref = function();
pdftron.PDF.PDFDocViewPrefsViewerPref.createEnum('pdftron.PDF.PDFDocViewPrefsViewerPref', false);
Members
| Member name | Value | Description |
---|
| e_HideToolbar | 0 | A enumerator specifying whether to hide the
viewer application's toolbars when the document is active. |
| e_HideMenubar | 1 | A enumerator specifying whether to hide the viewer
application's menu bar when the document is active. |
| e_HideWindowUI | 2 | A 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_FitWindow | 3 | A enumerator specifying whether to resize the
document's window to fit the size of the first displayed
page. |
| e_CenterWindow | 4 | A enumerator specifying whether to resize the
document's window to fit the size of the first displayed
page. |
| e_DisplayDocTitle | 5 | A 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