PDFKit.NET 2.0 Class Library (.NET 2.0)

AnnotationCollection.Insert Method 

Insert an Annotation on a specific place in this AnnotationCollection.

public void Insert(
   int index,
   Annotation annotation
);

Parameters

index
The zero-based index at which the Annotation should be inserted.
annotation
The Annotation to be insert.

See Also

AnnotationCollection Class | TallComponents.PDF.Annotations Namespace