Class PdfViewerPreferences
- Namespace
 - BitMiracle.Docotic.Pdf
 
- Assembly
 - BitMiracle.Docotic.Pdf.dll
 
Class for PDF viewer application preferences. Viewer application preferences specify the way the document is to be displayed on the screen.
public sealed class PdfViewerPreferences
  - Inheritance
 - 
      
      PdfViewerPreferences
 
- Inherited Members
 
Remarks
The Docotic.Pdf Library Documentation page contains links to articles, guides, and sample code.
Properties
- CenterWindow
 Gets or sets a value indicating whether to position the document's window in the center of the screen.
- DisplayTitle
 Gets or sets a value specifying whether the window's title bar should display the document title taken from the Title entry of the document information dictionary (see Title).
- FitWindow
 Gets or sets a value indicating whether to resize the document's window to fit the size of the first displayed page.
- HideMenuBar
 Gets or sets a value indicating whether to hide the viewer application's menu bar when the document is active.
- HideToolBar
 Gets or sets a value indicating whether to hide the viewer application's tool bars when the document is active.
- HideWindowUI
 Gets or sets a value indicating 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.
Methods
- ToString()
 Returns a string that represents this PdfViewerPreferences instance.