PDF Viewer Control for .NET 2.0 Windows Forms
NonFullScreenPageMode Property
NamespacesPdfViewer4WinNetPdfViewerPreferencesNonFullScreenPageMode
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 PdfViewerFullScreenExitMode NonFullScreenPageMode { get; set; }
Public Property NonFullScreenPageMode As PdfViewerFullScreenExitMode
public:
property PdfViewerFullScreenExitMode NonFullScreenPageMode {
	PdfViewerFullScreenExitMode get ();
	void set (PdfViewerFullScreenExitMode value);
}

Assembly: PdfViewerWinNet (Module: PdfViewerWinNet) Version: 3.1.0.16508 (3.1.0.0)