Table of Contents

Class CryptFilterBase

Namespace
PdfSharp.Pdf.Security
Assembly
PdfSharp-gdi.dll

Abstract class declaring the common methods of crypt filters. These may be the IdentityCryptFilter or PdfCryptFilters defined in the CF dictionary of the security handler.

public abstract class CryptFilterBase : PdfDictionary, ICloneable, IEnumerable<KeyValuePair<string, PdfItem?>>, IEnumerable
Inheritance
CryptFilterBase
Implements
Derived
Inherited Members

Constructors

CryptFilterBase()

Initializes a new instance of the CryptFilterBase class.

protected CryptFilterBase()

CryptFilterBase(PdfDictionary)

Initializes a new instance of the CryptFilterBase class.

protected CryptFilterBase(PdfDictionary dict)

Parameters

dict PdfDictionary