Table of Contents
- Getting Started
- EO.Pdf
- EO.Web
- EO.WebBrowser
- EO.Wpf
- Common Topics
- Reference
- .NET API Reference
- EO.Base
- EO.Base.UI
- EO.Extensions
- EO.Pdf
- EO.Pdf
- Classes
- ClientCertificate Class
- HtmlDocument Class
- HtmlElement Class
- HtmlNode Class
- HtmlTextNode Class
- HtmlToPdf Class
- HtmlToPdfException Class
- HtmlToPdfOptions Class
- HtmlToPdfResult Class
- HtmlToPdfSession Class
- PageInfo Class
- PageInfoCollection Class
- PageStyle Class
- Paginator Class
- PdfAction Class
- PdfAttachment Class
- PdfAttachmentCollection Class
- PdfBookmark Class
- PdfBookmarkCollection Class
- PdfCheckBoxField Class
- PdfComboBoxField Class
- PdfDestination Class
- PdfDocInfo Class
- PdfDocument Class
- PdfDocumentEventArgs Class
- PdfDocumentSecurity Class
- PdfField Class
- PdfFieldCollection Class
- PdfGenericField Class
- PdfGoToAction Class
- PdfJavaScriptAction Class
- PdfLaunchAction Class
- PdfLink Class
- PdfListBoxField Class
- PdfListField Class
- PdfListItem Class
- PdfListItemCollection Class
- PdfObject Class
- PdfOnOffField Class
- PdfPage Class
- PdfPageCollection Class
- PdfPageEventArgs Class
- PdfPageLocation Class
- PdfPageRectangle Class
- PdfPageSizes Class
- PdfPortfolio Class
- PdfPushButtonField Class
- PdfRadioButtonField Class
- PdfRadioButtonGroup Class
- PdfRender Class
- PdfSigner Class
- PdfTextField Class
- PdfUriAction Class
- PdfViewerException Class
- PdfViewerPreference Class
- Runtime Class
- YRange Class
- Interfaces
- Enumerations
- Delegates
- EO.Pdf.Acm
- EO.Pdf.Contents
- EO.Pdf.Drawing
- EO.Pdf.Mvc
- EO.Web
- EO.WebBrowser
- EO.WebBrowser.DOM
- EO.WebEngine
- EO.WinForm
- EO.Wpf
- EO.Wpf.Gauge
- EO.Wpf.Gauge.Shapes
- EO.Wpf.Primitives
- EO.Wpf.Themes.Aero
- EO.Wpf.Themes.Classic
- EO.Wpf.Themes.Luna
- EO.Wpf.Themes.Metro
- EO.Wpf.Themes.Royale
- JavaScript API Reference
- .NET API Reference
PdfViewerPreference Members |
The PdfViewerPreference class exposes the following members.
Properties
Name | Description | |
---|---|---|
AutoPrint | Gets or sets a value specifying whether the print dialog automatically opens when then the file is opened. | |
CenterWindow | Gets or sets a flag specifying whether to position the document's window in the center of the screen. | |
DisplayDocTitle | Gets or sets a flag specifying whether the window's title bar should display the document title taken from Info property. | |
Document (inherited from PdfObject) | Gets the associated PdfDocument object. | |
FitWindow | Gets or sets a flag specifying whether to resize the document's window to fit the size of the first displayed page. | |
HideMenubar | Gets or sets a flag specifying whether to hide the viewer application's menu bar when the document is active. | |
HideToolbar | Gets or sets a flag specifying whether to hide the viewer application's tool bars when the document is active. | |
HideWindowUI | Gets or sets a flag specifying whether to hide user interface elements in the document's window (such as scroll bars and navigation controls), leaving only the document's contents displayed. | |
InitialDestination | Gets or sets the initial destination when the document is opened. | |
NonFullScreenPageMode | Gets or sets the document page mode when the viewer application is not in full screen mode. | |
PageLayout | Gets or sets the page layout to be used when the document is opened. |
Methods
Name | Description | |
---|---|---|
Equals (inherited from Object) | ||
Finalize (inherited from Object) | ||
GetHashCode (inherited from Object) | ||
GetType (inherited from Object) | ||
MemberwiseClone (inherited from Object) |
See Also