Click or drag to resize

PdfViewerScrollToChar(Int32, Int32) Method

Scrolls the control view to the specified character 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 ScrollToChar(
	int pageIndex,
	int charIndex
)

Parameters

pageIndex  Int32
Zero-based index of a page.
charIndex  Int32
Character index
See Also