TdxPDFSignatureFieldInfo.ContactInfo Property
In This Article
Specifies the signer’s contact information.
#Declaration
Delphi
property ContactInfo: string read; write;
#Property Value
Type | Description |
---|---|
string | Contact Information. |
#Remarks
Use this property to include information that helps a recipient to verify the digital signature and the entity associated with it. The ContactInfo property value can contain name, address, phone number, e-mail, or any other contact information.
Note
The Contact
The ContactInfo property’s default value is an empty string.
See Also