password property

password property

Gets or sets a password used to lock the watermark.

Definition:

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

See Also