Click or drag to resize

PdfFilterCollectionInsert Method

Inserts a PdfFilter into the PdfFilterCollection at the specified index.

Namespace: SautinSoft.Pdf.Filters
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.2.19
Syntax
public void Insert(
	int index,
	PdfFilter filter
)

Parameters

index  Int32
The zero-based index at which filter should be inserted.
filter  PdfFilter
The PdfFilter to insert.

Implements

IListTInsert(Int32, T)
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionindex is less than 0 or index is greater than Count.
ArgumentNullExceptionfilter is .
See Also