Back to Devexpress

PdfViewerPreferences Members

officefileapi-devexpress-dot-pdf-dot-pdfviewerpreferences-dot-underscore-members.md

latest5.1 KB
Original Source

PdfViewerPreferences Members

Contains options that specify how to display a document on the screen.

Constructors

NameDescription
PdfViewerPreferences()Initializes a new instance of the PdfViewerPreferences class.

Properties

NameDescription
CenterWindowGets or sets whether to center the document window.
DirectionGets or sets the direction of the document content.
DisplayDocTitleGets or sets whether to display the document title in the window’s title bar.
FitWindowGets or sets whether to resize the document window to fit the size of the first displayed page.
HideMenubarGets or sets whether to hide the menu bar when the document is active.
HideToolbarGets or sets whether to hide the toolbar when the document is active.
HideWindowUIGets or sets whether to hide User Interface elements (scroll bars and navigation controls) and display only document content.
NonFullScreenPageModeGets or sets how to display a document page in windowed mode (not full-screen mode).
PickTrayByPDFSizeGets or sets whether to use the PDF page size to select the input paper tray.
PrintAreaGets or sets the document’s print area.
PrintClipGets or sets the clipped portion of the document content that is printed.
PrintModeGets or sets the document’s print mode.
PrintNumCopiesGets or sets the number of document copies to print.
PrintPageRangeRetrieves a list of pages to print.
PrintScalingGets or sets the scale mode for a printed document.
ViewAreaGets or sets the displayed document area.
ViewClipGets or sets the clipped portion of the document content that is displayed.

Methods

NameDescription
Equals(Object, Object) staticDetermines 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() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines 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

PdfViewerPreferences Class

DevExpress.Pdf Namespace