Watermark class

Watermark class

Represents class to work with document watermark. To learn more, visit the Working with Watermark documentation article.

Properties

NameDescription
typeGets the watermark type.

Methods

NameDescription
remove()Removes the watermark.
set_image(image_path, options)Adds Image watermark into the document.
set_text(text)Adds Text watermark into the document.
set_text(text, options)Adds Text watermark into the document.

See Also