Watermark constructor

init

Initializes an instance of the Watermark class.

def __init__(self, text):
    ...
Parameter Type Description
text System.String Watermark text.

Exceptions

Exception Description
ArgumentException Thrown when text is null or empty.

See Also