Click or drag to resize

DigitalSignatureElementSetDate Method

Specify the date when the document was signed. By default, the current date is set.

Namespace:  ExpertPdf.HtmlToPdf.PdfDocument
Assembly:  ephtmltopdf (in ephtmltopdf.dll) Version: 17.0.0
Syntax
public void SetDate(
	DateTime signatureDate
)

Parameters

signatureDate
Type: SystemDateTime
Date when the document was signed.
See Also