Method Remove
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
Remove(PdfWidget)
Removes the first occurrence of a specific widget from the collection.
public bool Remove(PdfWidget widget)
Parameters
widget
PdfWidgetThe widget to remove from the collection.
Returns
- bool
true
if widget is successfully removed; otherwise,false.
This method also returnsfalse
if widget was not found in the collection.