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
ParameterTypeDescription
textWatermarkSystem::StringText used as a watermark.
textWatermarkOptionsSystem::SharedPtr<Aspose::Words::TextWatermarkOptions>Text watermark options.

See Also