Link Search Menu Expand Document

ViewerPreferences Class

Represents the class for the PDF viewer application preferences.
Inheritance Hierarchy
SystemObject
Bytescout.PDFViewerPreferences

Namespace:Bytescout.PDF
Assembly: Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax
public class ViewerPreferences

The ViewerPreferences type exposes the following members.

Properties
NameDescription
Public propertyCenterWindow
Gets or sets a value indicating whether to position the document’s window in the center of the screen.
Public propertyDirection
Gets or sets the predominant reading order for text.
Remarks
This property has no direct effect on the document’s contents or page numbering but can be used to determine the relative positioning of pages when displayed side by side or printed n-up.
Public propertyDisplayDocumentTitle
Gets or sets a value indicating whether the window’s title bar should display the document title taken from the Title property of the document information.
Public propertyFitWindow
Gets or sets a value indicating whether to resize the document’s window to fit the size of the first displayed page.
Public propertyFullScreenPageMode
Gets or sets how to display the document on exiting full-screen mode.
Remarks
This property is meaningful only if the value of the PageMode property in the document is FullScreen; it is ignored otherwise.
Public propertyHideMenubar
Gets or sets a value indicating whether to hide the viewer applications menu bar when the document is active.
Public propertyHideToolbar
Gets or sets a value indicating whether to hide the viewer applications tool bars when the document is active.
Public propertyHideWindowUI
Gets or sets a value indicating whether to hide user interface elements in the documents window (such as scroll bars and navigation controls), leaving only the document’s contents displayed.
Top
Methods
NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also

Reference