Click or drag to resize

PdfFilterCollectionRemoveAt Method

Removes the PdfFilter at the specified index of the PdfFilterCollection.

Namespace: SautinSoft.Pdf.Filters
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.2.19
Syntax
public void RemoveAt(
	int index
)

Parameters

index  Int32
The zero-based index of the PdfFilter to remove.

Implements

IListTRemoveAt(Int32)
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionindex
ArgumentOutOfRangeExceptionindex is less than 0 or index is equal to or greater than Count.
See Also