Aspose::Words::ImageWatermarkOptions class

ImageWatermarkOptions class

Contains options that can be specified when adding a watermark with image. To learn more, visit the Working with Watermark documentation article.

class ImageWatermarkOptions : public System::Object

Methods

MethodDescription
get_IsWashout() constGets or sets a boolean value which is responsible for washout effect of the watermark. The default value is true.
get_Scale() constGets or sets the scale factor expressed as a fraction of the image. The default value is 0 - auto.
GetType() const override
ImageWatermarkOptions()
Is(const System::TypeInfo&) const override
set_IsWashout(bool)Setter for Aspose::Words::ImageWatermarkOptions::get_IsWashout.
set_Scale(double)Setter for Aspose::Words::ImageWatermarkOptions::get_Scale.
static Type()

See Also