PdfEncryptionDetails

PdfEncryptionDetails class

Contains details for a PDF encryption.

The PdfEncryptionDetails type exposes the following members:

Constructors

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

Properties

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

See Also