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.3_DotNetLib (in SPSignDoc_4.3_DotNetLib.dll) Version: 1.0.6773.37566
Syntax
C#
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