PDF Viewer Control for ASP.NET
CurrentPage Property
NamespacesPdfViewer4AspNetPdfViewerCurrentPage
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: PdfViewerAspNet (Module: PdfViewerAspNet) Version: 3.1.0.16909 (3.1.0.0)