ViewerPreferences Class
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
Represents the class for the PDF viewer application preferences.
Inheritance Hierarchy
Bytescout.PDFViewerPreferences
Namespace:Bytescout.PDF
Assembly: Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax
The ViewerPreferences type exposes the following members.
Properties
Name | Description | |
---|---|---|
CenterWindow | Gets or sets a value indicating whether to position the document’s window in the center of the screen. | |
Direction | Gets or sets the predominant reading order for text. Remarks | |
DisplayDocumentTitle | 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. | |
FitWindow | Gets or sets a value indicating whether to resize the document’s window to fit the size of the first displayed page. | |
FullScreenPageMode | Gets or sets how to display the document on exiting full-screen mode. Remarks | |
HideMenubar | Gets or sets a value indicating whether to hide the viewer applications menu bar when the document is active. | |
HideToolbar | Gets or sets a value indicating whether to hide the viewer applications tool bars when the document is active. | |
HideWindowUI | 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. |
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
See Also