PdfFilterCollectionItem Property |
Gets or sets the
PdfFilter at the specified index.
Namespace:
GemBox.Pdf.Filters
Assembly:
GemBox.Pdf (in GemBox.Pdf.dll) Version: 10.0.35.1001
Syntaxpublic PdfFilter this[
int index
] { get; set; }
Public Default Property Item (
index As Integer
) As PdfFilter
Get
Set
Parameters
- index
- Type: SystemInt32
The zero-based index of the PdfFilter to get or set.
Property Value
Type:
PdfFilter
The
PdfFilter at the specified index.
Return Value
Type:
PdfFilter
The
PdfFilter at the specified index.
Implements
IListTItemInt32
Exceptions
See Also