Click or drag to resize

PdfViewerScrollToPage Method

Scrolls the control view to the specified page.

Namespace: Patagames.Pdf.Net.Controls.WinForms
Assembly: Patagames.Pdf.WinForms (in Patagames.Pdf.WinForms.dll) Version: 4.100.2704
Syntax
public void ScrollToPage(
	int index
)

Parameters

index  Int32
Zero-based index of a page.
See Also