PDF Viewer Control for .NET 2.0 Windows Forms
CurrentPage Property
NamespacesPdfViewer4WinNetPdfViewerCurrentPage
Goes to the specified page in the document. Maintains the current location within the page and zoom level. The first page in a document is page 1. A negative value means that the viewer will go to a default page. The default value is -1.
Declaration Syntax
C#Visual BasicVisual C++
public int CurrentPage { get; set; }
Public Property CurrentPage As Integer
public:
property int CurrentPage {
	int get ();
	void set (int value);
}

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