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