set_creation_date_time
Description:
[
Version ( since =
"20.09.0" ) ]
public void set_creation_date_time (
DateTime? creation_datetime)
Sets the document's creation date.
If creation_datetime
is null
, CreationDate entry is removed from the document's Info dictionary.
Parameters:
this |
A Document
|
creation_datetime |
A new creation DateTime
|