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

PdfSignatureBuilder.Reason Property

Gets or sets the reason to apply a signature.

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Core

Declaration

public string Reason { get; set; }

Property Value

Type Description
String

A reason for a signature (for example, “I Agree”).

See Also