Remove a link annotation at the specified index.

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

Syntax

C#
public void RemoveAt(
	int index
)
Visual Basic
Public Sub RemoveAt ( _
	index As Integer _
)

Parameters

index
Type: System..::..Int32
The index of the link annotation to remove.

Remarks

Removing a link annotation at a non-existing index is silently ignored.

See Also