Navigate the PagesViewer that is associated with this DefaultActionHandler to the given destination.

Namespace: TallComponents.Interaction.WinForms
Assembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0

Syntax

C#
public override void GoToInternalDestination(
	InternalDestination internalDestination,
	ActionContext context
)
Visual Basic
Public Overrides Sub GoToInternalDestination ( _
	internalDestination As InternalDestination, _
	context As ActionContext _
)

Parameters

internalDestination
Type: TallComponents.PDF.Navigation..::..InternalDestination
Navigate to this destination.
context
Type: TallComponents.PDF.Actions..::..ActionContext
The action context.

See Also