跳到主要内容

WatermarkType

The watermark type.

Type

Enumeration

Values

  • "none"
  • "text"
  • "image"

Example

In this example sets the type of the watermark within the document.

// How to set a watermark type.

// Set type in watermark settings to "text".

watermarkSettings.SetType("text");