Method Remove
Namespace TallComponents.PDF.Annotations.Widgets
Class WidgetCollection
Removes the given widget from this collection.
Note that this collection can be associated with a page or a field, the page or field property on the added widget will be updated to this association.
Syntax
public Boolean Remove(Widget widget)
Returns
Boolean
true if removing the widgets succeeded.
Parameters
Widget
widget
The widget to remove.