Click or drag to resize
SignDocDocumentgetFields Method
Get all interactive fields of the specified types. There is a setFlags() flag modifying the behavior of this function: AbiguousButtonValueEmpty.

Namespace: de.softpro.signdocsdk
Assembly: SPSignDoc_4.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntax
public SignDocField[] getFields(
	FieldTypeFlag types
)

Parameters

types
Type: de.softpro.signdocsdk.Enums.EDocumentFieldTypeFlag
0 to get fields of all types. Otherwise, a bitset selecting the field types to be included.

Return Value

Type: SignDocField
An array containing the selected fields in the order in which they have been defined.
See Also