PdfViewerPreferences Properties |
The PdfViewerPreferences type exposes the following members.
| Name | Description | |
|---|---|---|
| CenterWindow |
Gets or sets a value indicating whether the document's window should be centered.
| |
| CopiesToPrint |
Gets or sets the number of copies of the document to print. The value must be greater than 0.
| |
| DisplayDocumentTitle |
Gets or sets a value indicating whether the window's title should display the document title from the
document's PdfDocumentMetadata object.
| |
| FitWindowToInitialPage |
Gets or sets a value indicating whether the document's window should be sized to fit the initial page size.
| |
| HideMenubar |
Gets or sets a value indicating whether the viewer should hide its menu bar (if any) when displaying the document.
| |
| HideToolbar |
Gets or sets a value indicating whether the viewer should hide its toolbar (if any) when displaying the document.
| |
| HideWindowDressing |
Gets or sets a value indicating whether the viewer should hide window UI controls such as scroll bars snd navigation tools when
displaying the document.
| |
| PostFullScreenPageDisplayMode |
Gets or sets the page view mode that will be used when the viewer is siwtched out of full screen viewing.
| |
| PrintingArea |
Gets or sets the box to use as a printing area for pages in the document.
| |
| PrintingMode |
Gets or sets the printing mode for the document in terms of whether printing should be one-sided or two-sided
and if two-sided, what the relationship between front and back pages should be.
| |
| PrintingVisibleArea |
Gets or sets the box to use as a printing visible area for pages in the document.
| |
| PrintPageRanges |
Gets the page ranges for printing. Each pair represents a sub-range of pages within the document to
be printed. The ranges are 0-based and refer to page indexes in the document.
| |
| PrintScaling |
Gets or sets the print scaling for the viewer. There are currently two useful values
for this property: "None" and "AppDefault". The PDF specification
does not offer any suggestion for what the value should mean other than "None"
will provide no scaling.
| |
| ReadingOrder |
Gets or sets the dominant reading order for the document.
| |
| SelectPaperByPageSize |
Gets or sets a value indicating whether the viewing application should set the print
settings to pick paper from a source that matches the page size. This will depend on
the capabilities of the printer and print driver.
| |
| ViewingArea |
Gets or sets the box to use as a viewing area for pages in the document.
| |
| ViewingVisibleArea |
Gets or sets the box to use as the visible area for pages in the document.
|