PDFReaderControls.NET Professional Type Reference

CustomAnnotationCollection.RemoveAt Method 

Remove a custom annotation at the specified index.

public void RemoveAt(
   int index
);

Parameters

index
The index of the custom annotation to remove.

Remarks

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

See Also

CustomAnnotationCollection Class | TallComponents.PDF.Annotations Namespace