Back to Website
Show / Hide Table of Contents

Interface IWatermarkVisibilityConfig

A configuration of watermark visibility.

Package: @aurigma/design-editor-iframe
Remarks

IWatermarkConfig uses this interface.

Examples
configuration = {
   watermark: {
      image: {
          name: "watermark.png",
          repeat: true,
          opacity: 0.1
       },
       visibility: {
           proof: true,
           canvas: true
       }
   }
};

Properties

canvas

Enables the watermark on the canvas. The default value is false.

Declaration
canvas?: boolean;
Property Value
Type Description
boolean

Enables the watermark on the canvas. The default value is false.

proof

Enables the watermark on the proof images. The default value is false.

Declaration
proof?: boolean;
Property Value
Type Description
boolean

Enables the watermark on the proof images. The default value is false.

Was this page helpful?
Thanks for your feedback!
Back to top Copyright © 2001–2025 Aurigma, Inc. All rights reserved.
Loading...
    Thank for your vote
    Your opinion is important to us. To provide details, send feedback.
    Send feedback