Click or drag to resize
SignDocFieldaddWidget Method
Add a widget to the field. The new widget will be added at the end, ie, calling getWidgetCount() before calling addWidget() yields the index of the widget that will be added. After adding a widget, the new widget will be selected. You must set the page number and the coordinates in the new widget before calling SignDocDocument.addField() or SignDocDocument.setField().

Namespace:  de.softpro.signdocsdk
Assembly:  SPSignDoc_4.3_DotNetLib (in SPSignDoc_4.3_DotNetLib.dll) Version: 1.0.6773.37566
Syntax
C#
public bool addWidget()

Return Value

Type: Boolean
true if successful.
See Also