Click or drag to resize
SignDocWatermarksetJustification Method
Set the justification for multi-line text. The default value is j_left. If the text (see setText()) contains only one line (ie, no newline characters), this parameter will be ignored.

Namespace:  de.softpro.signdocsdk
Assembly:  SPSignDoc_4.3_DotNetLib (in SPSignDoc_4.3_DotNetLib.dll) Version: 1.0.6773.37566
Syntax
C#
public void setJustification(
	Justification justification
)

Parameters

justification
Type: de.softpro.signdocsdk.Enums.EWatermarkJustification
The justification: j_left, j_center, or j_right.
See Also