TextWatermarkOptions

TextWatermarkOptions class

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

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

public class TextWatermarkOptions

Constructors

NameDescription
TextWatermarkOptions()The default constructor.

Properties

NameDescription
Color { get; set; }Gets or sets font color. The default value is Silver.
FontFamily { get; set; }Gets or sets font family name. The default value is “Calibri”.
FontSize { get; set; }Gets or sets a font size. The default value is 0 - auto.
IsSemitrasparent { get; set; }Gets or sets a boolean value which is responsible for opacity of the watermark. The default value is true.
Layout { get; set; }Gets or sets layout of the watermark. The default value is Diagonal.

See Also