Method Remove
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
Remove(T)
Removes the first occurrence of a specific object from the collection.
protected bool Remove(T item)
Parameters
item
TThe object to remove from the collection.
Returns
- bool
true if item was successfully removed from the collection; otherwise, false. This method also returns false if item is not found in the original collection.