Click or drag to resize

PdfCollectionTRemove Method

Removes the first occurrence of a specific element from the PdfCollectionT.

Namespace: SautinSoft.Pdf
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.8.8
Syntax
public bool Remove(
	T item
)

Parameters

item  T
The element to remove from the PdfCollectionT.

Return Value

Boolean
true if item is successfully removed; otherwise, false. This method also returns false if item was not found in the PdfCollectionT.

Implements

ICollectionTRemove(T)
See Also