PdfFilterCollectionAddFilterTPdfFilter Method |
Namespace: SautinSoft.Pdf.FiltersAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.2.19
Syntaxpublic TPdfFilter AddFilter<TPdfFilter>()
where TPdfFilter : PdfFilter
Public Function AddFilter(Of TPdfFilter As PdfFilter) As TPdfFilter
Type Parameters
- TPdfFilter
- Type of a new filter to be added to the end of the PdfFilterCollection.
Return Value
TPdfFilter
A new filter of the specified type added to the end of the
PdfFilterCollection.
Remarks
See Also