Table of Contents

Property ContactInfo

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

ContactInfo

Gets the information provided by the signer to enable a recipient to contact the signer to verify the signature.

public string? ContactInfo { get; }

Property Value

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.

Read the Verify PDF signature in C# and VB.NET article for examples of using this property.