PdfSignature
ContactInfo Property
|
Gets or sets a phone number of signer
Information provided by the signer to enable a recipient to contact the signer to verify the signature; for example, a phone number.
Namespace:
Spire.Pdf.Interactive.DigitalSignatures
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public string ContactInfo { get; set; }
Public Property ContactInfo As String
Get
Set
public:
property String^ ContactInfo {
String^ get ();
void set (String^ value);
}
member ContactInfo : string with get, set
Property Value
Type:
String
See Also