跳到主要内容

WatermarkType

水印类型。

类型

枚举

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

示例

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");