Click or drag to resize
SignDocFieldgetWidget Method
Get the index of the currently selected widget. Initially, the first widget is selected (ie, this function returns 0). However, there is an exception to this rule: SignDocField objects created by SignDocDocument.getFieldsOfPage() can have a different widget selected initially for PDF documents.

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

Return Value

Type: Int32
The 0-based index of the currently selected widget.
See Also