Click or drag to resize
SignDocFieldsetJustification Method
Set the justification of the widget. The default value is j_none. For text fields and list boxes, the justification must be #j_left, #j_center, or #j_right. For other fields, the justification must be #j_none.

Namespace: de.softpro.signdocsdk
Assembly: SPSignDoc_4.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntax
public void setJustification(
	Justification justification
)

Parameters

justification
Type: de.softpro.signdocsdk.Enums.EFieldJustification
The justification
See Also