| DigitalSignatureElementSetDate Method  | 
 
            Specify the date when the document was signed. By default, the current date is set.
            
 
    Namespace: 
   ExpertPdf.PdfCreator
    Assembly:
   epdfcreator (in epdfcreator.dll) Version: 17.0.0
 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