Method Remove
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
Remove(T)
Removes the first occurrence of a specific object from the PdfList<T>.
public bool Remove(T item)
Parameters
itemTThe object to remove from the PdfList<T>.
Returns
- bool
trueif item is successfully removed; otherwise,false. This method also returnsfalseif item was not found in the PdfList<T>.