PDF Viewer Control for .NET Windows Forms Documentation

PdfViewerSetCurrentPage Method

PDF Viewer Control for .NET Windows Forms
Goes to the specified page in the document. Maintains the current location within the page and zoom level.

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

public void SetCurrentPage(
	int page
)

Parameters

page
Type: SystemInt32
The page number of the destination page. The first page in a document is page 1.
See Also

Reference