Gets or sets the label to use before the reason inside the text of the signature.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public string ReasonLabel { get; set; }
VB
Public Property ReasonLabel As String
Get
Set
Property Value
Type:
String
The label to use before the reason inside the text of the signature.
Remarks
The reason will be displayed without a label if the value of this property is
null or empty.
Default value: "Reason:".
See Also