PdfSigningOptions.Reason Property

Gets or sets the reason for the signing.

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

Syntax

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

Property Value

Type: String
The reason for the signing.

Remarks

The value of this property can be null if the reason 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.

See Also