__init__ constructor

init

Initializes a WatermarkOptions instance and sets the watermark text.

def __init__(self, text):
    ...
Parameter Type Description
text str The text to be used as watermark.

See Also