Click or drag to resize

PdfFilterCollectionGetEnumerator Method

Returns an enumerator that iterates through the PdfFilterCollection.

Namespace: SautinSoft.Pdf.Filters
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.2.19
Syntax
public IEnumerator<PdfFilter> GetEnumerator()

Return Value

IEnumeratorPdfFilter
A Enumerator for the PdfFilterCollection.

Implements

IEnumerableTGetEnumerator
See Also