Click or drag to resize

PdfViewerScrollToChar(Int32) Method

Scrolls the control view to the specified character on the current 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 charIndex
)

Parameters

charIndex  Int32
Character index
See Also