PDFReaderControls.NET Professional Type Reference

LinkCollection.RemoveAt Method 

Remove a link annotation at the specified index.

public void RemoveAt(
   int index
);

Parameters

index
The index of the link annotation to remove.

Remarks

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

See Also

LinkCollection Class | TallComponents.PDF.Annotations Namespace