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)
| Parameter | Type | Description |
|---|---|---|
| textWatermark | string | Text used as a watermark. |
| textWatermarkOptions | TextWatermarkOptions | Text watermark options. |
See Also
- module Aspose.Words
- class IDocumentProcessorPlugin