TXTextControl.SignatureFieldSignerData Property

Defines info data of a suggested signer. The string must consist of six sub-strings separated through 09 (TAB) control characters. The sub-strings specify a suggested signer's name, title, address and contact info, a reason why the document is signed and a reserved string for future use. Each of these parts can be an empty string, the reserved string must be an empty string. If signer data already exists, the old data is deleted. The ObjectCurrent property determines the signature field which signer data is set.

Introduced: 31.0.

Syntax

TXTextControl.SignatureFieldSignerData [= string]

Data Types

String.

Limitations

Run time only.

See Also