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

NameDescription
TextWatermarkOptions()The default constructor.

Properties

NameDescription
colorGets or sets font color. The default value is aspose.pydrawing.Color.silver.
font_familyGets or sets font family name. The default value is “Calibri”.
font_sizeGets or sets a font size. The default value is 0 - auto.
is_semitrasparentGets or sets a boolean value which is responsible for opacity of the watermark. The default value is True.
layoutGets or sets layout of the watermark. The default value is WatermarkLayout.DIAGONAL.

See Also