PdfViewerCurrentPage Property |
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: PdfViewer4AspNetAssembly: PdfViewerAspNet (in PdfViewerAspNet.dll) Version: 4.2
Syntaxpublic int CurrentPage { get; set; }
Public Property CurrentPage As Integer
Get
Set
Property Value
Type:
Int32
See Also