ImageWatermarkOptions

ImageWatermarkOptions class

Contains options that can be specified when adding a watermark with image.

To learn more, visit the Working with Watermark documentation article.

public class ImageWatermarkOptions

Constructors

NameDescription
ImageWatermarkOptions()The default constructor.

Properties

NameDescription
IsWashout { get; set; }Gets or sets a boolean value which is responsible for washout effect of the watermark. The default value is true.
Scale { get; set; }Gets or sets the scale factor expressed as a fraction of the image. The default value is 0 - auto.

See Also