password property
Leave feedback
On this page
The password for opening an encrypted document.
The password may be None or an empty string. The default value is None. If the content is not encrypted, set this to None or an empty string.
@property
def password(self):
...
@password.setter
def password(self, value):
...
- class
LoadOptions
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.