Click or drag to resize

PdfFilterCollection Class

Represents a collection of PdfFilters.
Inheritance Hierarchy
SystemObject
  SautinSoft.Pdf.FiltersPdfFilterCollection

Namespace: SautinSoft.Pdf.Filters
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.11.26
Syntax
public abstract class PdfFilterCollection : IList<PdfFilter>, 
	ICollection<PdfFilter>, IEnumerable<PdfFilter>, IEnumerable

The PdfFilterCollection type exposes the following members.

Properties
 NameDescription
Public propertyCount Gets the number of PdfFilters contained in the PdfFilterCollection.
Public propertyItem Gets or sets the PdfFilter at the specified index.
Top
Methods
 NameDescription
Public methodAdd Adds a PdfFilter to the end of the PdfFilterCollection.
Public methodAddFilter(PdfFilterType) Adds a new filter of the specified type to the end of the PdfFilterCollection.
Public methodAddFilterTPdfFilter Adds a new filter of the specified type to the end of the PdfFilterCollection.
Public methodClear Removes all PdfFilters from the PdfFilterCollection.
Public methodContains Determines whether a PdfFilter is in the PdfFilterCollection.
Public methodCopyTo Copies the entire PdfFilterCollection to a compatible one-dimensional array, starting at the specified index of the target array.
Public methodGetEnumerator Returns an enumerator that iterates through the PdfFilterCollection.
Public methodIndexOf Searches for the specified PdfFilter and returns the zero-based index of the first occurrence within the entire PdfFilterCollection.
Public methodInsert Inserts a PdfFilter into the PdfFilterCollection at the specified index.
Public methodRemove Removes the first occurrence of a specific PdfFilter from the PdfFilterCollection.
Public methodRemoveAt Removes the PdfFilter at the specified index of the PdfFilterCollection.
Top
See Also