| 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.signdocsdkAssembly: SPSignDoc_4.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntaxpublic SignDocField[] getFields(
FieldTypeFlag types
)
Public Function getFields (
types As FieldTypeFlag
) As SignDocField()
public:
array<SignDocField^>^ getFields(
FieldTypeFlag types
)
member getFields :
types : FieldTypeFlag -> SignDocField[]
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