use_original_password property
use_original_password property
Gets or sets whether to use password from LoadOptions to save signed document as protected. Default value is true. This property is not supported for Image documents.
Definition:
@property
def use_original_password(self):
...
@use_original_password.setter
def use_original_password(self, value):
...
See Also
- module
groupdocs.signature.options
- class
SaveOptions