TextWatermarkOptions class
TextWatermarkOptions class
Contains options that can be specified when adding a watermark with text.
To learn more, visit the Working with Watermark documentation article.
Constructors
Properties
| Name | Description |
|---|
| color | Gets or sets font color. The default value is silver. |
| fontFamily | Gets or sets font family name. The default value is “Calibri”. |
| fontSize | Gets or sets a font size. The default value is 0 - auto. |
| isSemitrasparent | Gets or sets a boolean value which is responsible for opacity of the watermark. The default value is true. |
| layout | Gets or sets layout of the watermark. The default value is WatermarkLayout.Diagonal. |
See Also