Removes the given widget from this collection.

Namespace: TallComponents.PDF.Annotations.Widgets
Assembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1

Syntax

C#
public bool Remove(
	Widget widget
)
Visual Basic
Public Function Remove ( _
	widget As Widget _
) As Boolean

Parameters

widget
Type: TallComponents.PDF.Annotations.Widgets..::..Widget
The widget to remove.

Return Value

true if removing the widgets succeeded.

Remarks

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.

See Also