PDF Viewer Control for .NET 2.0 Windows Forms
SetPageMode Method (pageMode)
NamespacesPdfViewer4WinNetPdfViewerSetPageMode(String)
Sets the page mode according to the specified string.
Declaration Syntax
C#Visual BasicVisual C++
public void SetPageMode(
	string pageMode
)
Public Sub SetPageMode ( _
	pageMode As String _
)
public:
void SetPageMode(
	String^ pageMode
)
Parameters
pageMode (String)
Possible values: "none": displays the document, but does not display bookmarks or thumbnails (default) "bookmarks": displays the document and bookmarks "thumbs": displays the document and thumbnails

Assembly: PdfViewer4WinNet (Module: PdfViewer4WinNet) Version: 2.0.3167.22351 (2.0.0.0)