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