Gets the information provided by the signer to enable a recipient to contact the
signer to verify the signature.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public string ContactInfo { get; }
VB
Public ReadOnly Property ContactInfo As String
Get
Property Value
Type:
String
The information provided by the signer to enable a recipient to contact the
signer to verify the signature.
Remarks
The value of this property can be null if the contact information is not specified.
See Also