| 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.7023.29499
Syntaxpublic 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.
If flag SignDocDocument.f_keep_escape_sequences
is set, the string may contain escape sequences
for selecting natural languages.
See Also