PdfEncryptionDetails class

PdfEncryptionDetails class

Contains details for a pdf encryption.

The PdfEncryptionDetails type exposes the following members:

Constructors

NameDescription
PdfEncryptionDetails(user_password, owner_password, permissions, encryption_algorithm)Initializes a new instance of the PdfEncryptionDetails class

Properties

NameDescription
user_passwordGets or sets the User password.
owner_passwordGets or sets the Owner password.
permissionsGets or sets the permissions.
encryption_algorithmGets or sets the encryption mode.

See Also