Click or drag to resize

PdfUnknownFilter Class

Represents a non-standard PdfFilter.
Inheritance Hierarchy
SystemObject
  SautinSoft.Pdf.FiltersPdfFilter
    SautinSoft.Pdf.FiltersPdfUnknownFilter

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

The PdfUnknownFilter type exposes the following members.

Constructors
 NameDescription
Public methodPdfUnknownFilterInitializes a new instance of the PdfUnknownFilter class
Top
Properties
 NameDescription
Public propertyDecodeParms Gets the decoding parameters of this non-standard PdfFilter.
Public propertyFilterType Gets the Unknown value.
(Overrides PdfFilterFilterType)
Public propertyName Gets the name of this non-standard PdfFilter.
Top
See Also