PdfFilterCollectionAddFilter(PdfFilterType) Method |
Namespace: SautinSoft.Pdf.FiltersAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.2.19
Syntaxpublic PdfFilter AddFilter(
PdfFilterType filterType
)
Public Function AddFilter (
filterType As PdfFilterType
) As PdfFilter
Parameters
- filterType PdfFilterType
- Type of a new filter to be added to the end of the PdfFilterCollection.
Return Value
PdfFilter
A new filter of the specified type added to the end of the
PdfFilterCollection.
RemarksUnknown is not supported by this method.
See Also