PDFReaderControls.NET Professional Type Reference

MarkupCollection.RemoveAt Method 

Remove a markup annotation at the specified index.

public void RemoveAt(
   int index
);

Parameters

index
The index of the markup annotation to remove.

Remarks

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

See Also

MarkupCollection Class | TallComponents.PDF.Annotations.Markups Namespace