WriteDateEnum

WriteDateEnum enumeration constants are used to describe the various options of writing the creation and modification dates into the output file in PDF or XPS format.

typedef enum {
 WD_No,
 WD_Current,
 WD_DocumentContentInfo,
 WD_DocumentContentInfoOrCurrent
} WriteDateEnum;
    

Elements

Name Description
WD_Current The current date will be written in the output document.
WD_DocumentContentInfo Use the date specified in the corresponding property of the DocumentContentInfo object (CreationDate or ModificationDate).
The date in the output document must have valid format (D:YYYYMMDDHHmmSSOHH'mm, as specified by the PDF 2.0 standard). If the date is empty or has invalid format, an error will be returned.
WD_DocumentContentInfoOrCurrent Use the date specified in the corresponding property of the DocumentContentInfo object (CreationDate or ModificationDate).
The date in the output document must have valid format (D:YYYYMMDDHHmmSSOHH'mm, as specified by the PDF 2.0 standard). If the date is empty, then the current date will be written in the output document. If the date format is invalid, an error will be returned.
WD_No No date will be written in the output document.

Used in

IDocumentContentInfoWritingParams::WriteCreationDate

IDocumentContentInfoWritingParams::WriteModificationDate

24.03.2023 8:51:52

Usage of Cookies. In order to optimize the website functionality and improve your online experience ABBYY uses cookies. You agree to the usage of cookies when you continue using this site. Further details can be found in our Privacy Notice.