Add an existing link annotation to this collection.

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

Syntax

C#
public void Add(
	Link linkAnnotation
)
Visual Basic
Public Sub Add ( _
	linkAnnotation As Link _
)

Parameters

linkAnnotation
Type: TallComponents.PDF.Annotations..::..Link
The link to add.

See Also