PDFReaderControls.NET Professional Type Reference

LinkCollection.Insert Method 

Insert an existing link annotation at the specified index.

public void Insert(
   int index,
   Link linkAnnotation
);

Parameters

index
The index of the link annotation after insertion.
linkAnnotation
Insert this link annotation.

See Also

LinkCollection Class | TallComponents.PDF.Annotations Namespace