Defines the way the document is to be presented on the screen or in print.
Namespace: Spire.PdfAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public class PdfViewerPreferences : [T:sprᝰ]
Public Class PdfViewerPreferences Implements [T:sprᝰ]
public ref class PdfViewerPreferences : [T:sprᝰ]
type PdfViewerPreferences = class interface [T:sprᝰ] end
Members
| All Members | Properties | Methods |
| Member | Description | |
|---|---|---|
| BookMarkExpandOrCollapse | Obsolete.
It's true,expand node
It's false,collapse node
| |
| CenterWindow |
A flag specifying whether to position the documents window in the center of the screen.
| |
| DisplayTitle |
A flag specifying whether the windows title bar should display the document title taken
from the Title entry of the document information dictionary. If false, the title bar
should instead display the name of the Pdf file containing the document.
| |
| Equals(Object) |
Determines whether the specified Object is equal to the current Object.
(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.) | |
| FitWindow |
A flag specifying whether to resize the documents window to fit the size of the first
displayed page.
| |
| GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| HideMenubar |
A flag specifying whether to hide the viewer applications menu bar when the
document is active.
| |
| HideToolbar |
A flag specifying whether to hide the viewer applications tool bars when the document is active.
| |
| HideWindowUI |
A flag specifying whether to hide user interface elements in the documents window
(such as scroll bars and navigation controls), leaving only the documents contents displayed.
| |
| MemberwiseClone()()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| PageLayout |
A name object specifying the page layout to be used when the document is opened.
| |
| PageMode |
A name object specifying how the document should be displayed when opened.
| |
| PrintScaling |
Gets or Set the page scaling option to be selected
when a print dialog is displayed for this document.
| |
| ToString()()()() |
Returns a String that represents the current Object.
(Inherited from Object.) |
Inheritance Hierarchy
System..::..Object
Spire.Pdf..::..PdfViewerPreferences
Spire.Pdf..::..PdfViewerPreferences