| 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.signdocsdkAssembly: SPSignDoc_4.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntaxpublic void setText(
string text
)
Public Sub setText (
text As String
)
public:
void setText(
String^ text
)
member setText :
text : string -> unit
Parameters
- text
- Type: SystemString
The text. Complex scripts are supported,
see @ref signdocshared_complex_scripts.
See Also