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
widgetPdfWidgetThe widget to remove from the collection.
Returns
- bool
trueif widget is successfully removed; otherwise,false.This method also returnsfalseif widget was not found in the collection.