DigitalSignatureElementSetDate Method |
Specify the date when the document was signed. By default, the current date is set.
Namespace: ExpertPdf.HtmlToPdf.PdfDocumentAssembly: ephtmltopdf (in ephtmltopdf.dll) Version: 21.1.0
Syntaxpublic void SetDate(
DateTime signatureDate
)
Public Sub SetDate (
signatureDate As DateTime
)
Parameters
- signatureDate DateTime
- Date when the document was signed.
See Also