Watermark class

Watermark class

Adapts Watermark class public API for Node.js porting.

Properties

NameDescription
typeGets the watermark type.

Methods

NameDescription
remove()Removes the watermark.
setImage(image)
setImage(image, options)
setImage(imagePath, options)Adds Image watermark into the document.
setImage(imageStream, options)Adds Image watermark into the document.
setText(text)Adds Text watermark into the document.
setText(text, options)Adds Text watermark into the document.

See Also