Click or drag to resize
Pdf Library for .NET

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
)

Parameters

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