The document’s page mode, specifying how to display the
document on exiting full-screen mode when displaying the PDF document generated by the HTML to PDF 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.
Namespace: EvoPdfAssembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0
Syntax
| C# |
|---|
public ViewerFullScreenExitMode NonFullScreenPageMode { get; set; } |
| Visual Basic |
|---|
Public Property NonFullScreenPageMode As ViewerFullScreenExitMode
Get
Set |
| Visual C++ |
|---|
public:
property ViewerFullScreenExitMode NonFullScreenPageMode {
ViewerFullScreenExitMode get ();
void set (ViewerFullScreenExitMode value);
} |
Property Value
Type:
ViewerFullScreenExitMode
See Also