PdfFilterCollectionItem Property |
Gets or sets the
PdfFilter at the specified index.
Namespace: SautinSoft.Pdf.FiltersAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.2.19
Syntaxpublic PdfFilter this[
int index
] { get; set; }Public Default Property Item (
index As Integer
) As PdfFilter
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
See Also