Table of Contents

TextWatermark Class

Definition

Namespace
GleamTech.DocumentUltimate
Assembly
GleamTech.DocumentUltimate.dll

Represents a set of text watermark options used for document conversion.

public sealed class TextWatermark : Watermark
Inheritance
TextWatermark

Constructors

TextWatermark()

Initializes a new instance of the TextWatermark class.

Properties

Font

Gets or sets the font to use for the text watermark. Default is "Helvetica, 12pt" (if the text has any CJK characters then a CJK font will be used instead).

FontColor

Gets or sets the font color to use for the text watermark.

Text

Gets or sets the text to use as the watermark.

TextAlignment

Gets or sets a value indicating how the text is horizontally aligned relative to the watermark rectangle. Default is Left.

UseFontSize

Gets or sets a value indicating whether to use the font size from Font property instead of Width and Height values. Default is false.