Create an interactor for a PDF link.

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

Syntax

C#
protected virtual WinFormsInteractor CreateLinkInteractor(
	Link link
)
Visual Basic
Protected Overridable Function CreateLinkInteractor ( _
	link As Link _
) As WinFormsInteractor

Parameters

link
Type: TallComponents.PDF.Annotations..::..Link
The PDF link.

Return Value

A link interactor.

See Also