Winnovative HTML to PDF Converter Library for .NET
NonFullScreenPageMode Property
NamespacesWinnovative.WnvHtmlConvert.PdfDocumentViewerPreferencesNonFullScreenPageMode
Winnovative HTML to PDF Converter Library for .NET
The document’s page mode, specifying how to display the document on exiting full-screen mode. 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.
Declaration Syntax
C#Visual BasicVisual C++
public ViewerFullScreenExitMode NonFullScreenPageMode { get; set; }
Public Property NonFullScreenPageMode As ViewerFullScreenExitMode
	Get
	Set
public:
property ViewerFullScreenExitMode NonFullScreenPageMode {
	ViewerFullScreenExitMode get ();
	void set (ViewerFullScreenExitMode value);
}

Assembly: Winnovative.WnvHtmlConvert (Module: Winnovative.WnvHtmlConvert) Version: 8.0.0.0 (8.0.0.0)