Gets or sets a value indicating whether to include the reason
in the text of the signature.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public bool IncludeReason { get; set; }
VB
Public Property IncludeReason As Boolean
Get
Set
Property Value
Type:
Booleantrue if to include the reason in the text of the
signature; otherwise,
false.
Remarks
Default value: true.
See Also