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.

Constructors

NameDescription
ImageWatermarkOptions()The default constructor.

Properties

NameDescription
is_washoutGets or sets a boolean value which is responsible for washout effect of the watermark. The default value is True.
scaleGets or sets the scale factor expressed as a fraction of the image. The default value is 0 - auto.

See Also