Add an existing link annotation to this collection.

Namespace: TallComponents.PDF.Annotations
Assembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1

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