Click or drag to resize

PdfViewerOnFormsDoGotoAction Method

Called by the engine when it is required to execute a GoTo action

Namespace: Patagames.Pdf.Net.Controls.WinForms
Assembly: Patagames.Pdf.WinForms (in Patagames.Pdf.WinForms.dll) Version: 4.100.2704
Syntax
protected virtual void OnFormsDoGotoAction(
	DoGotoActionEventArgs e
)

Parameters

e  DoGotoActionEventArgs
An DoGotoActionEventArgs that contains the event data.
See Also