Click or drag to resize

PdfViewerScrollToPoint Method

Scrolls the control view to the specified point on 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 ScrollToPoint(
	int pageIndex,
	PointF pagePoint
)

Parameters

pageIndex  Int32
Zero-based index of a page.
pagePoint  PointF
Point on the page in the page's coordinate system
See Also