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.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.EFieldJustification
The justification
See Also