PdfWidgetCollection.Remove Method

Removes the first occurrence of a specific widget from the collection.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public bool Remove(
	PdfWidget widget
)
VB
Public Function Remove ( 
	widget As PdfWidget
) As Boolean

Parameters

widget
Type: BitMiracle.Docotic.Pdf.PdfWidget
The widget to remove from the collection.

Return Value

Type: Boolean
true if widget is successfully removed; otherwise, false. This method also returns false if widget was not found in the collection.

See Also