password property
password property
The password used to protect the converted document.
Definition:
@property
def password(self):
...
@password.setter
def password(self, value):
...
The password used to protect the converted document.
@property
def password(self):
...
@password.setter
def password(self, value):
...