Aspose::Words::LowCode::Watermarker class
Contents
[
Hide
]Watermarker class
Provides methods intended to insert watermarks into the documents.
class Watermarker
Methods
Method | Description |
---|---|
static SetImage(const System::String&, const System::String&, const System::String&) | Adds Image watermark into the document. |
static SetImage(const System::String&, const System::String&, Aspose::Words::SaveFormat, const System::String&) | Adds Image watermark into the document. |
static SetImage(const System::SharedPtr<System::IO::Stream>&, const System::SharedPtr<System::IO::Stream>&, Aspose::Words::SaveFormat, const System::SharedPtr<System::Drawing::Image>&) | Adds Image watermark into the document. |
static SetImage(const System::String&, const System::String&, const System::String&, const System::SharedPtr<Aspose::Words::ImageWatermarkOptions>&) | Adds Image watermark into the document. |
static SetImage(const System::String&, const System::String&, Aspose::Words::SaveFormat, const System::String&, const System::SharedPtr<Aspose::Words::ImageWatermarkOptions>&) | Adds Image watermark into the document. |
static SetImage(const System::SharedPtr<System::IO::Stream>&, const System::SharedPtr<System::IO::Stream>&, Aspose::Words::SaveFormat, const System::SharedPtr<System::Drawing::Image>&, const System::SharedPtr<Aspose::Words::ImageWatermarkOptions>&) | Adds Image watermark into the document. |
static SetText(const System::String&, const System::String&, const System::String&) | Adds Text watermark into the document. |
static SetText(const System::String&, const System::String&, Aspose::Words::SaveFormat, const System::String&) | Adds Text watermark into the document. |
static SetText(const System::SharedPtr<System::IO::Stream>&, const System::SharedPtr<System::IO::Stream>&, Aspose::Words::SaveFormat, const System::String&) | Adds Text watermark into the document. |
static SetText(const System::String&, const System::String&, const System::String&, const System::SharedPtr<Aspose::Words::TextWatermarkOptions>&) | Adds Text watermark into the document. |
static SetText(const System::String&, const System::String&, Aspose::Words::SaveFormat, const System::String&, const System::SharedPtr<Aspose::Words::TextWatermarkOptions>&) | Adds Text watermark into the document. |
static SetText(const System::SharedPtr<System::IO::Stream>&, const System::SharedPtr<System::IO::Stream>&, Aspose::Words::SaveFormat, const System::String&, const System::SharedPtr<Aspose::Words::TextWatermarkOptions>&) | Adds Text watermark into the document. |
Watermarker() |
See Also
- Namespace Aspose::Words::LowCode
- Library Aspose.Words for C++