Click or drag to resize
SignDocFieldclickButton Method
Click a check box or a radio button. This function updates both the value(see setValue()) and the value index(see setValueIndex()) based on the current(non - committed) state of the SignDocField object(not looking at the state of the field in the document).It does nothing for other field types. Adobe products seem to ignore f_NoToggleToOff flag being not set, this function behaves the same way(ie, as if f_NoToggleToOff was set).

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

Parameters

index
Type: SystemInt32

[Missing <param name="index"/> documentation for "M:de.softpro.signdocsdk.SignDocField.clickButton(System.Int32)"]

Return Value

Type: Boolean
the 0-based value index of the widget being clicked. true if anything has been changed, false if nothing has been changed(wrong field type, aIndex out of range, radio button already active).
See Also