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
item
TThe object to remove from the PdfList<T>.
Returns
- bool
true
if item is successfully removed; otherwise,false
. This method also returnsfalse
if item was not found in the PdfList<T>.