Interface: IWatermarkVisibilityConfig
A configuration of watermark visibility.
Remarks
IWatermarkConfig uses this interface.
Example
configuration = {
watermark: {
image: {
name: "watermark.png",
repeat: true,
opacity: 0.1,
},
visibility: {
proof: true,
canvas: true,
},
},
};
Properties
canvas?
optionalcanvas?:boolean
Enables the watermark on the canvas. The default value is false.
proof?
optionalproof?:boolean
Enables the watermark on the proof images. The default value is false.