password property

password property

The password to unlock the encrypted PDF file.

Definition:

@property
def password(self):
    ...
@password.setter
def password(self, value):
    ...

See Also