Click or drag to resize
SignDocWatermarksetText Method
Set the text to be used for the watermark. The default value is empty. The text can contain multiple lines, the newline character is used to separate lines. If there are multiple lines, their relative position is specified by setJustification().

Namespace: de.softpro.signdocsdk
Assembly: SPSignDoc_4.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntax
public void setText(
	string text
)

Parameters

text
Type: SystemString
The text. Complex scripts are supported, see @ref signdocshared_complex_scripts.
See Also