PdfFilterCollection Methods |
The PdfFilterCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() | Add |
Adds a PdfFilter to the end of the PdfFilterCollection.
|
![]() | AddFilter(PdfFilterType) |
Adds a new filter of the specified type to the end of the PdfFilterCollection.
|
![]() | AddFilterTPdfFilter |
Adds a new filter of the specified type to the end of the PdfFilterCollection.
|
![]() | Clear |
Removes all PdfFilters from the PdfFilterCollection.
|
![]() | Contains |
Determines whether a PdfFilter is in the PdfFilterCollection.
|
![]() | CopyTo |
Copies the entire PdfFilterCollection to a compatible one-dimensional array, starting at the specified index of the target array.
|
![]() | GetEnumerator |
Returns an enumerator that iterates through the PdfFilterCollection.
|
![]() | IndexOf |
Searches for the specified PdfFilter and returns the zero-based index of the first occurrence within the entire PdfFilterCollection.
|
![]() | Insert |
Inserts a PdfFilter into the PdfFilterCollection at the specified index.
|
![]() | Remove |
Removes the first occurrence of a specific PdfFilter from the PdfFilterCollection.
|
![]() | RemoveAt |
Removes the PdfFilter at the specified index of the PdfFilterCollection.
|