PdfSignatureAppearanceOptions.IncludeDate Property

Gets or sets a value indicating whether to include the date and time of signing in the text of the signature.

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

Syntax

C#
public bool IncludeDate { get; set; }
VB
Public Property IncludeDate As Boolean
	Get
	Set

Property Value

Type: Boolean
true if to include the date and time of signing in the text of the signature; otherwise, false.

Remarks

Default value: true.

See Also