| PdfMergeClientsetDocAddCreationDate Method  | 
 
            Add the date and time when the PDF document was created to the PDF document information. The default value is False.
            
 
    Namespace: 
   SelectPdf.Api
    Assembly:
   SelectPdf.Api (in SelectPdf.Api.dll) Version: 1.4.0
 Syntax
Syntaxpublic PdfMergeClient setDocAddCreationDate(
	bool docAddCreationDate
)
Public Function setDocAddCreationDate ( 
	docAddCreationDate As Boolean
) As PdfMergeClient
Parameters
- docAddCreationDate
- Type: SystemBoolean
 Add creation date to the document metadata or not.
Return Value
Type: 
PdfMergeClientReference to the current object.
 See Also
See Also