|
PdfDigitalSignatureElementSetDate Method |
Specify the date when the document was signed. If this method is not called, the current date is set by default.
Namespace:
SelectPdf
Assembly:
Select.Pdf (in Select.Pdf.dll) Version: 20.2
Syntax public void SetDate(
DateTime signatureDate
)
Public Sub SetDate (
signatureDate As DateTime
)
Parameters
- signatureDate
- Type: SystemDateTime
Date when the document was signed.
See Also