PdfSignatureAppearance
DateLabel Property
|
The label of signature's date
Namespace:
Spire.Pdf.Interactive.DigitalSignatures
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public string DateLabel { get; set; }
Public Property DateLabel As String
Get
Set
public:
property String^ DateLabel {
String^ get ();
void set (String^ value);
}
member DateLabel : string with get, set
Property Value
Type:
String
See Also