PdfEncryptionInfo Class
Contains details for a pdf encryption.
Inheritance Hierarchy
SystemObject
  Aspose.Html.Rendering.Pdf.EncryptionPdfEncryptionInfo

Namespace: Aspose.Html.Rendering.Pdf.Encryption
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
public class PdfEncryptionInfo

The PdfEncryptionInfo type exposes the following members.

Constructors
  NameDescription
Public methodPdfEncryptionInfo
Initializes a new instance of the PdfEncryptionInfo class.
Properties
  NameDescription
Public propertyEncryptionAlgorithm
Gets or sets the encryption mode.
Public propertyOwnerPassword
Gets or sets the Owner password.
Public propertyPermissions
Gets or sets the permissions.
Public propertyUserPassword
Gets or sets the User password.
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