Aspose::Words::IDocumentProcessorPlugin::SetTextWatermark method
IDocumentProcessorPlugin::SetTextWatermark method
Adds text watermark on each page of the document loaded by Load() method.
virtual void Aspose::Words::IDocumentProcessorPlugin::SetTextWatermark(System::String textWatermark, System::SharedPtr<Aspose::Words::TextWatermarkOptions> textWatermarkOptions)=0
Parameter | Type | Description |
---|---|---|
textWatermark | System::String | Text used as a watermark. |
textWatermarkOptions | System::SharedPtr<Aspose::Words::TextWatermarkOptions> | Text watermark options. |
See Also
- Class TextWatermarkOptions
- Interface IDocumentProcessorPlugin
- Namespace Aspose::Words
- Library Aspose.Words for C++