PDFReaderControls.NET Professional Type Reference

CustomAnnotationCollection.Insert Method 

Insert an existing custom annotation at the specified index.

public void Insert(
   int index,
   CustomAnnotation customAnnotation
);

Parameters

index
The index of the custom annotation after insertion.
customAnnotation
Insert this custom annotation.

See Also

CustomAnnotationCollection Class | TallComponents.PDF.Annotations Namespace