password property
password property
Set this property if you want to protect the converted document with a password.
Definition:
@property
def password(self):
...
@password.setter
def password(self, value):
...
Set this property if you want to protect the converted document with a password.
@property
def password(self):
...
@password.setter
def password(self, value):
...