Click or drag to resize

PdfFilterCollectionRemove Method

Removes the first occurrence of a specific PdfFilter from the PdfFilterCollection.

Namespace: SautinSoft.Pdf.Filters
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.2.19
Syntax
public bool Remove(
	PdfFilter filter
)

Parameters

filter  PdfFilter
The PdfFilter to remove from the PdfFilterCollection.

Return Value

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

Implements

ICollectionTRemove(T)
See Also