Remove a link annotation from 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 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