PdfSignature
DateLabel Property
|
Digital Signature Date Label
Namespace:
Spire.Pdf.Security
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