Remove a link annotation from this collection.

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

Syntax

C#
public bool Remove(
	Link linkAnnotation
)
Visual Basic
Public Function Remove ( _
	linkAnnotation As Link _
) As Boolean

Parameters

linkAnnotation
Type: TallComponents.PDF.Annotations..::..Link
Remove this link annotation.

Return Value

true if removing the link annotation succeeded.

See Also