Click or drag to resize

PdfFilterCollectionContains Method

Determines whether a PdfFilter is in the PdfFilterCollection.

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

Parameters

filter  PdfFilter
The PdfFilter to locate in the PdfFilterCollection.

Return Value

Boolean
if filter is found in the PdfFilterCollection; otherwise, .

Implements

ICollectionTContains(T)
See Also