Click or drag to resize
SignDocFieldaddChoice Method (String, String)
Add a choice to a list box or combo box. This function uses the choice value as export value.

Namespace:  de.softpro.signdocsdk
Assembly:  SPSignDoc_4.3_DotNetLib (in SPSignDoc_4.3_DotNetLib.dll) Version: 1.0.6773.37566
Syntax
C#
public void addChoice(
	string value,
	string exp
)

Parameters

value
Type: SystemString
The choice value to be added.
exp
Type: SystemString
The export value to be added.
See Also