API usageText document APIEnumerationWatermarkType本页总览WatermarkType The watermark type. Type Enumeration Values "none" "text" "image" Example In this example sets the type of the watermark within the document. CodeResult// How to set a watermark type.// Set type in watermark settings to "text".watermarkSettings.SetType("text");