PDF Viewer Control for .NET Windows Forms Documentation

PdfViewerCurrentPage Property

PDF Viewer Control for .NET Windows Forms
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:  PdfViewer4WinNet
Assembly:  PdfViewerWinNet (in PdfViewerWinNet.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax

public int CurrentPage { get; set; }

Property Value

Type: Int32
See Also

Reference