Aspose::Words::LowCode::WatermarkerContext class

WatermarkerContext class

Document watermarker context.

class WatermarkerContext : public Aspose::Words::LowCode::ProcessorContext

Methods

MethodDescription
get_FontSettings() constFont settings used by the processor.
get_ImageWatermark() constImage bytes to be used as a watermark.
get_ImageWatermarkOptions() constOptions for the text watermark.
get_LayoutOptions() constDocument layout options used by the processor.
get_TextWatermark() constText to be used as a watermark.
get_TextWatermarkOptions() constOptions for the image watermark.
get_WarningCallback() constWarning callback used by the processor.
GetType() const override
Is(const System::TypeInfo&) const override
ProcessorContext()
set_FontSettings(const System::SharedPtr<Aspose::Words::Fonts::FontSettings>&)Font settings used by the processor.
set_ImageWatermark(const System::ArrayPtr<uint8_t>&)Image bytes to be used as a watermark.
set_TextWatermark(const System::String&)Text to be used as a watermark.
set_WarningCallback(const System::SharedPtr<Aspose::Words::IWarningCallback>&)Warning callback used by the processor.
static Type()
WatermarkerContext()

See Also