ExpertPdf Html to Pdf Converter Library
NonFullScreenPageMode Property
NamespacesExpertPdf.HtmlToPdfViewerPreferencesNonFullScreenPageMode
ExpertPdf Html to Pdf Converter Library
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
public:
property ViewerFullScreenExitMode NonFullScreenPageMode {
	ViewerFullScreenExitMode get ();
	void set (ViewerFullScreenExitMode value);
}

Assembly: ExpertPdf.HtmlToPdf (Module: ExpertPdf.HtmlToPdf) Version: 6.2.0.0 (6.2.0.0)