Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PdfSignatureBuilder.ContactInfo Property

Gets or sets the signer’s contact information.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v20.1.Core.dll

NuGet Package: DevExpress.Pdf.Core

Declaration

public string ContactInfo { get; set; }

Property Value

Type Description
String

A contact information.

See Also