PDF Viewer Control for .NET Windows Forms Documentation

PdfViewerSetPageMode Method

PDF Viewer Control for .NET Windows Forms
Sets the page mode according to the specified string.

Namespace:  PdfViewer4WinNet
Assembly:  PdfViewerWinNet (in PdfViewerWinNet.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax

public void SetPageMode(
	string pageMode
)

Parameters

pageMode
Type: SystemString
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
See Also

Reference