Click or drag to resize

PdfFilterCollectionAdd Method

Adds a PdfFilter to the end of the PdfFilterCollection.

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

Parameters

filter  PdfFilter
The PdfFilter to be added to the end of the PdfFilterCollection.

Implements

ICollectionTAdd(T)
Exceptions
ExceptionCondition
ArgumentNullExceptionfilter is .
See Also