A configuration of watermark visibility.
configuration = { watermark: { text: { text: "watermark", fontSettings: { postScriptName: "LucidaSans-Italic", size: 14, fauxBold: false, fauxItalic: false }, scale: 0.28, opacity: 0.5 }, image: { name: "watermark.png", repeat: true, opacity: 0.1 }, visibility: { proof: true, canvas: true } } };
Enables the watermark on the canvas. The default value is false
.
Enables the watermark on the proof images. The default value is false
.