Represents the viewer preferences of the PDF document generated by the converter
Inheritance Hierarchy
Winnovative.ExcelToPdfViewerPreferences
Namespace: Winnovative.ExcelToPdf
Assembly: wnvexceltopdf (in wnvexceltopdf.dll) Version: 10.0.0.0
Syntax
The ViewerPreferences type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ViewerPreferences | Initializes a new instance of the ViewerPreferences class |
Properties
Name | Description | |
---|---|---|
CenterWindow |
A flag specifying whether to position the document’s window
in the center of the screen when displaying the PDF document generated by the converter. Default value: False.
| |
Direction |
The predominant reading order for text when displaying the PDF document generated by the converter. Default value: L2R.
| |
DisplayDocTitle |
A flag specifying whether the window’s title bar should display the document title
taken from the title entry of the document information dictionary when displaying the PDF document generated by the converter. Default value: False.
| |
FitWindow |
A flag specifying whether to resize the document’s window to
fit the size of the first displayed page when displaying the PDF document generated by the converter. Default value: False.
| |
HideMenuBar |
A flag specifying whether to hide the viewer application’s
menu bar when the document is active when displaying the PDF document generated by the converter. Default value: False.
| |
HideToolbar |
A flag specifying whether to hide the viewer application’s tool
bars when the document is active when displaying the PDF document generated by the converter. Default value: False.
| |
HideWindowUI |
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 when displaying the PDF document generated by the converter. Default value: False.
| |
NonFullScreenPageMode |
The document’s page mode, specifying how to display the
document on exiting full-screen mode when displaying the PDF document generated by the converter.
This entry is meaningful only if the value of the PageMode entry in the catalog dictionary
is FullScreen; it is ignored otherwise. Default value: UseNone.
| |
PageLayout |
The page layout to be used when the PDF document generated by the converter is opened. Default value: OneColumn.
| |
PageMode |
Specifies how the PDF document generated by the converter should be displayed when opened. Default value: UseNone.
|
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