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 removed widget will be updated to reflect this association.

Syntax

public  Boolean  Remove( Widget  widget )

Returns

Boolean

true if removing the widget succeeded.

Parameters


Widget widget
The widget to remove.