跳到主要内容

WatermarkDirection

水印方向。

类型

枚举

  • "horizontal"
  • "clockwise45"
  • "counterclockwise45"
  • "clockwise90"
  • "counterclockwise90"

示例

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

// How to set a watermark direction.

// Set direction in watermark settings to "clockwise45".

watermarkSettings.SetDirection("clockwise45");