password property
password property
Gets or sets password to save signed document with password protection. This property is not supported for Image documents.
Definition:
@property
def password(self):
    ...
@password.setter
def password(self, value):
    ...
See Also
- module 
groupdocs.signature.options - class 
SaveOptions