Click or drag to resize

PdfFilterCollectionAddFilter(PdfFilterType) Method

Adds a new filter of the specified type to the end of the PdfFilterCollection.

Namespace: SautinSoft.Pdf.Filters
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.2.19
Syntax
public PdfFilter AddFilter(
	PdfFilterType filterType
)

Parameters

filterType  PdfFilterType
Type of a new filter to be added to the end of the PdfFilterCollection.

Return Value

PdfFilter
A new filter of the specified type added to the end of the PdfFilterCollection.
Remarks
Unknown is not supported by this method.
See Also