setTextWatermark method

setTextWatermark(textWatermark, textWatermarkOptions)

Adds text watermark on each page of the document loaded by IDocumentProcessorPlugin.load() method.

setTextWatermark(textWatermark: string, textWatermarkOptions: Aspose.Words.TextWatermarkOptions)
ParameterTypeDescription
textWatermarkstringText used as a watermark.
textWatermarkOptionsTextWatermarkOptionsText watermark options.

See Also