PdfEncryptionInfo Class

Abstract base class for information about an encryption scheme in a PDF document. This class is a base class for PdfStandardEncryptionInfo and PdfPublicKeyEncryptionInfo classes.

Inheritance Hierarchy

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public abstract class PdfEncryptionInfo
VB
Public MustInherit Class PdfEncryptionInfo

The PdfEncryptionInfo type exposes the following members.

Properties

  NameDescription
Public propertyAlgorithm
Gets the algorithm used to encrypt the document.

Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)

See Also