Click or drag to resize

PdfFilterCollectionIndexOf Method

Searches for the specified PdfFilter and returns the zero-based index of the first occurrence within the entire PdfFilterCollection.

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

Parameters

filter  PdfFilter
The PdfFilter to locate in the PdfFilterCollection.

Return Value

Int32
The zero-based index of the first occurrence of filter within the entire PdfFilterCollection, if found; otherwise, –1.

Implements

IListTIndexOf(T)
See Also