API usage文本文档 APIEnumerationWatermarkType本页总览WatermarkTypeAsk a question 水印类型。 类型 枚举 值 "none" "text" "image" 示例 In this example sets the type of the watermark within the document. CodeResultPlayground// How to set a watermark type.// Set type in watermark settings to "text".watermarkSettings.SetType("text");