The ViewerPreferences type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| ViewerPreferences |
Creates a new ViewerPreferences object.
|
Methods
| Name | Description | |
|---|---|---|
| Clone |
Clones a ViewerPreferences.
| |
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| CenterWindow |
Centers document window.
| |
| DisplayDocTitle |
Displays the document title in the caption bar.
| |
| FitWindow |
Fits the first page.
| |
| HideMenubar |
Hide menubar.
| |
| HideToolbar |
Hide toolbar.
| |
| HideWindowUI |
Hides everything except the document.
| |
| InitialPageIndex |
The initial page that will be displayed in the PDF viewer. (zero-based, default = 0)
| |
| PageLayout |
How to display pages.
| |
| PageMode |
Display none, outlines or thumbnails.
| |
| ReadDirection |
The predominant reading order for the text in the document.
| |
| ZoomFactor |
The default zoom factor for this document (1 corresponds to 100%).
|