Method RemoveAt
Namespace TallComponents.PDF.Annotations.Markups
Class MarkupCollection
Remove a markup annotation at the specified index.
Removing a markup annotation at a non-existing index is silently ignored.
Syntax
public
Void
RemoveAt(
Int32
index
)
Returns
Void
Parameters
Int32
index
The index of the markup annotation to remove.