Creates a presentation for a PDF link.

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

Syntax

C#
public LinkInteractor(
	Link link
)
Visual Basic
Public Sub New ( _
	link As Link _
)

Parameters

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

See Also