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