Click or drag to resize
SignDocFieldgetWidgetCount Method
Get the number of widgets. Signature fields always have exactly one widget. Radio button fields (radio button groups) usually have one widget per button (but can have more widgets than buttons by having multiple widgets for some or all buttons).

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

Return Value

Type: Int32
The number of widgets for this field.
See Also