TextWatermarkOptions

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

NameTypeAccessDescription
FontFamilystringRead/WriteGets or sets font family name.
ColorColorRead/WriteGets or sets font color.
FontSizefloatRead/WriteGets or sets a font size.
IsSemitrasparentboolRead/WriteGets or sets a boolean value which is responsible for opacity of the watermark.
LayoutWatermarkLayoutRead/WriteGets or sets layout of the watermark.

See Also