|  | 
| 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: 24.1
 Syntax
Syntaxpublic void SetDate(
	DateTime signatureDate
)
Public Sub SetDate ( 
	signatureDate As DateTime
)
Parameters
- signatureDate
- Type: SystemDateTime
 Date when the document was signed.
 See Also
See Also