PdfFilterCollectionAddFilterTPdfFilter Method |
Namespace:
GemBox.Pdf.Filters
Assembly:
GemBox.Pdf (in GemBox.Pdf.dll) Version: 13.0.35.1067
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
Type:
TPdfFilter
A new filter of the specified type added to the end of the
PdfFilterCollection.
Remarks
See Also