The PDF viewer preferences class controls the way the PDF document created by the HTML to PDF converter is displayed in a PDF viewer
Inheritance Hierarchy
HiQPdfPdfViewer
Namespace: HiQPdf
Assembly: HiQPdf (in HiQPdf.dll) Version: 15.0.0.0
Syntax
The PdfViewer type exposes the following members.
Constructors
Name | Description | |
---|---|---|
PdfViewer | Initializes a new instance of the PdfViewer class |
Properties
Name | Description | |
---|---|---|
CenterWindow |
Controls is the document window is positioned in the center of the screen when the PDF document is displayed.
This property is false by default
| |
Direction |
Controls the reading order for text. This property is LeftToRight by default
| |
DisplayDocTitle |
Controls if the window title bar should display the document title.
This property is false by default
| |
ExitFullScreenPageMode |
Controls how to display the document on exiting full screen mode.
This property is None by default
| |
FitWindow |
Controls if the document window is resized to fit the size of the first displayed page.
This property is false by default
| |
HideMenuBar |
Controls if the menu bar is hidden when the PDF document is displayed.
This property is false by default
| |
HideToolbar |
Controls if the viewer toolbars are hidden when the PDF document is displayed.
This property is false by default
| |
HideWindowUI |
Controls if the viewer navigation controls are hidden when the PDF document is displayed.
This property is false by default
| |
PageLayout |
Controls the page layout to be used when the document is opened.
This property is OneColumn by default
| |
PageMode |
Controls how the document will be displayed when opened.
This property is None by default
|
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also