Click or drag to resize

PdfFilterCollectionAddFilterTPdfFilter 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 TPdfFilter AddFilter<TPdfFilter>()
where TPdfFilter : PdfFilter

Type Parameters

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

Return Value

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