API usageText document APIEnumerationWatermarkTypeOn this pageWatermarkType 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");