Navigate to the given destination.

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

Syntax

C#
public void GoToDestination(
	InternalDestination destination
)
Visual Basic
Public Sub GoToDestination ( _
	destination As InternalDestination _
)

Parameters

destination
Type: TallComponents.PDF.Navigation..::..InternalDestination
The destination specifies the page index and display attributes.

See Also