PDFsharp-net6

FilterParms

Namespace: PdfSharp.Pdf.Filters

Reserved for future extension.

public class FilterParms

Inheritance ObjectFilterParms

Properties

DecodeParms

Gets the decoding-parameters for a filter. May be null.

public PdfDictionary DecodeParms { get; private set; }

Property Value

PdfDictionary

Constructors

FilterParms(PdfDictionary)

Initializes a new instance of the FilterParms class.

public FilterParms(PdfDictionary decodeParms)

Parameters

decodeParms PdfDictionary
The decode parms dictionary.