Click or drag to resize

PdfFilter Class

Represents a base class for all PDF filters used to encode and decode the sequence of bytes.
Inheritance Hierarchy
SystemObject
  SautinSoft.Pdf.FiltersPdfFilter
    More

Namespace: SautinSoft.Pdf.Filters
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.11.26
Syntax
public abstract class PdfFilter

The PdfFilter type exposes the following members.

Properties
 NameDescription
Public propertyFilterType Gets the PdfFilterType of the current PdfFilter instance.
Top
Methods
 NameDescription
Public methodEquals Determines whether the specified Object is equal to this PdfFilter instance.
(Overrides ObjectEquals(Object))
Public methodGetHashCode Returns a hash code for this PdfFilter instance.
(Overrides ObjectGetHashCode)
Public methodToString Returns a String that represents this PdfFilter instance.
(Overrides ObjectToString)
Top
See Also
Inheritance Hierarchy