Property ContactInfo
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
ContactInfo
Gets or sets the information that enables a recipient to contact the signer to verify the signature.
public string? ContactInfo { get; set; }
Property Value
- string
The information that enables 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.
If the value is null
or empty, it won't be added to the signature and the
signature visual representation inside the document.
Read the Sign PDF documents in C# and VB.NET article for examples of using this property.