 | PdfViewerScrollToPage Method |
Scrolls the control view to the specified page.
Namespace: Patagames.Pdf.Net.Controls.WinFormsAssembly: Patagames.Pdf.WinForms (in Patagames.Pdf.WinForms.dll) Version: 4.100.2704
Syntaxpublic void ScrollToPage(
int index
)
Public Sub ScrollToPage (
index As Integer
)
public:
void ScrollToPage(
int index
)
member ScrollToPage :
index : int -> unit public void ScrollToPage(
int index
)
function ScrollToPage(index);
Parameters
- index Int32
- Zero-based index of a page.
See Also