PdfEncryptionDetails class

PdfEncryptionDetails class

Contains details for a pdf encryption.

The PdfEncryptionDetails type exposes the following members:

Constructors

ConstructorDescription
PdfEncryptionDetails(user_password, owner_password, encryption_algorithm)Ctor.

Properties

PropertyDescription
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