officefileapi-devexpress-dot-pdf-dot-pdfviewerpreferences-dot-underscore-members.md
Contains options that specify how to display a document on the screen.
| Name | Description |
|---|---|
| PdfViewerPreferences() | Initializes a new instance of the PdfViewerPreferences class. |
| Name | Description |
|---|---|
| CenterWindow | Gets or sets whether to center the document window. |
| Direction | Gets or sets the direction of the document content. |
| DisplayDocTitle | Gets or sets whether to display the document title in the window’s title bar. |
| FitWindow | Gets or sets whether to resize the document window to fit the size of the first displayed page. |
| HideMenubar | Gets or sets whether to hide the menu bar when the document is active. |
| HideToolbar | Gets or sets whether to hide the toolbar when the document is active. |
| HideWindowUI | Gets or sets whether to hide User Interface elements (scroll bars and navigation controls) and display only document content. |
| NonFullScreenPageMode | Gets or sets how to display a document page in windowed mode (not full-screen mode). |
| PickTrayByPDFSize | Gets or sets whether to use the PDF page size to select the input paper tray. |
| PrintArea | Gets or sets the document’s print area. |
| PrintClip | Gets or sets the clipped portion of the document content that is printed. |
| PrintMode | Gets or sets the document’s print mode. |
| PrintNumCopies | Gets or sets the number of document copies to print. |
| PrintPageRange | Retrieves a list of pages to print. |
| PrintScaling | Gets or sets the scale mode for a printed document. |
| ViewArea | Gets or sets the displayed document area. |
| ViewClip | Gets or sets the clipped portion of the document content that is displayed. |
| Name | Description |
|---|---|
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also