Table of Contents

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 T

The object to remove from the PdfList<T>.

Returns

bool

true if item is successfully removed; otherwise, false. This method also returns false if item was not found in the PdfList<T>.