PDF Viewer Control for .NET 2.0 Windows Forms
SetCurrentPage Method (page)
NamespacesPdfViewer4WinNetPdfViewerSetCurrentPage(Int32)
Goes to the specified page in the document. Maintains the current location within the page and zoom level.
Declaration Syntax
C#Visual BasicVisual C++
public void SetCurrentPage(
	int page
)
Public Sub SetCurrentPage ( _
	page As Integer _
)
public:
void SetCurrentPage(
	int page
)
Parameters
page (Int32)
The page number of the destination page. The first page in a document is page 1.

Assembly: PdfViewerWinNet (Module: PdfViewerWinNet) Version: 3.0.0.33756 (3.0.0.0)