Click or drag to resize
SignDocDocumentgetField Method
Get an interactive field by name. There is a setFlags() flag modifying the behavior of this function: AmbiguousButtonValueEmpty.

Namespace: de.softpro.signdocsdk
Assembly: SPSignDoc_4.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntax
public SignDocField getField(
	string name
)

Parameters

name
Type: SystemString
The fully-qualified name of the field.

Return Value

Type: SignDocField
The selected field.
See Also