PDF Viewer Control for ASP.NET Documentation

PdfViewerCurrentPage Property

PDF Viewer Control for ASP.NET
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.

Namespace:  PdfViewer4AspNet
Assembly:  PdfViewerAspNet (in PdfViewerAspNet.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax

public int CurrentPage { get; set; }

Property Value

Type: Int32
See Also

Reference