watermark property

watermark property

The watermark specific options.

The watermark can be applied to a document as it is converted to another format, helping to protect the content and ensure it is identifiable.

Definition:

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

See Also