Aspose::Words::ImageWatermarkOptions class
Contents
[
Hide
]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
Method | Description |
---|---|
get_IsWashout() const | Gets or sets a boolean value which is responsible for washout effect of the watermark. The default value is true. |
get_Scale() const | Gets 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
- Namespace Aspose::Words
- Library Aspose.Words for C++