PDFReaderControls.NET Professional Type Reference

WidgetCollection.RemoveAt Method 

Remove a widget at the specified index.

public void RemoveAt(
   int index
);

Parameters

index
The zero-based index of the widget to remove.

Remarks

Removing a widget at a non-existing index is silently ignored.

See Also

WidgetCollection Class | TallComponents.PDF.Annotations.Widgets Namespace