Click or drag to resize

PdfFilterCollectionItem Property

Gets or sets the PdfFilter at the specified index.

Namespace: SautinSoft.Pdf.Filters
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.2.19
Syntax
public PdfFilter this[
	int index
] { get; set; }

Parameters

index  Int32
The zero-based index of the PdfFilter to get or set.

Property Value

PdfFilter
The PdfFilter at the specified index.

Return Value

PdfFilter
The PdfFilter at the specified index.

Implements

IListTItemInt32
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionindex is less than 0 or index is equal to or greater than Count.
ArgumentNullExceptionvalue is .
See Also