password property

password property

Gets or sets password to open a protected document. It will be also used to save signed document as protected.

Definition:

@property
def password(self):
    ...
@password.setter
def password(self, value):
    ...

See Also