Click or drag to resize

PdfPagesRemove Method

Removes the first occurrence of a specific PdfPage from the collection.

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

Parameters

item  PdfPage
The PdfPage to remove from the collection.

Return Value

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

Implements

ICollectionTRemove(T)
See Also