PDFReaderControls.NET Professional Type Reference

MarkupCollection.Insert Method 

Insert an existing markup annotation at the specified index.

public void Insert(
   int index,
   Markup markup
);

Parameters

index
The index of the markup annotation after insertion.
markup
Insert this markup annotation.

See Also

MarkupCollection Class | TallComponents.PDF.Annotations.Markups Namespace