Method RemoveAt
Namespace TallComponents.PDF.Annotations.Widgets
Class WidgetCollection
Remove a widget at the specified index.
Removing a widget at a non-existing index is silently ignored.
Syntax
public
Void
RemoveAt(
Int32
index
)
Returns
Void
Parameters
Int32
index
The zero-based index of the widget to remove.