PdfSignature.Reason Property

Gets the reason for the signing, such as (I agree…).

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public string Reason { get; }
VB
Public ReadOnly Property Reason As String
	Get

Property Value

Type: String
The reason for the signing, such as (I agree…).

Remarks

The value of this property can be null if the reason is not specified.

See Also