Click or drag to resize
SignDocFieldgetValue Method
Get a value of the field. Pushbutton fields and signature fields don't have a value, list boxes can have multiple values selected if f_MultiSelect is set. Hard line breaks for multiline text fields(ie, text fields with flag f_MultiLine set) are encoded as "\r", "\n", or "\r\n".

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

Parameters

index
Type: SystemInt32
0-based index of the value.

Return Value

Type: String
The selected value of the field or an empty string if the index is out of range.
See Also