TextWatermarkOptions
Overview
TextWatermarkOptions is a class in Aspose.Words FOSS for .NET.
Contains options that can be specified when adding a watermark with text.
Properties: Color, FontFamily, FontSize, IsSemitrasparent, Layout.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
FontFamily | string | Read/Write | Gets or sets font family name. |
Color | Color | Read/Write | Gets or sets font color. |
FontSize | float | Read/Write | Gets or sets a font size. |
IsSemitrasparent | bool | Read/Write | Gets or sets a boolean value which is responsible for opacity of the watermark. |
Layout | WatermarkLayout | Read/Write | Gets or sets layout of the watermark. |