Skip to main content
This object allows you to specify whether author, subject, title, creation and modification dates, keywords, producer, and creator of the document should be written into the output file. These parameters of the document are defined in the DocumentContentInfo subobject of the FRDocument object. Not all of the parameters are available for all export formats.

Properties

NameTypeDescription
ApplicationEngine, read-onlyReturns the Engine object.
WriteAuthorVARIANT\_BOOLSpecifies if the author of the document should be written into the output file. The author of the document is defined in the Author property of the DocumentContentInfo subobject of the FRDocument object. This property is TRUE by default.
WriteCreationDateWriteDateEnumSpecifies if the creation date of the document should be written into the output file. The creation date of the document is defined in the CreationDate property of the DocumentContentInfo subobject of the FRDocument object. <Note> This property is only used during export to PDF or XPS. </Note> This property is WD\_DocumentContentInfoOrCurrent by default.
WriteCreatorVARIANT\_BOOLSpecifies if the creator of the document should be written into the output file. The creator of the document is defined in the Creator property of the DocumentContentInfo subobject of the FRDocument object. <Note> This property is only used during export to PDF (PDF/A). </Note> This property is TRUE by default.
WriteModificationDateWriteDateEnumSpecifies if the modification date of the document should be written into the output file. The modification date of the document is defined in the ModificationDate property of the DocumentContentInfo subobject of the FRDocument object. <Note> This property is only used during export to PDF or XPS. </Note> This property is WD\_Current by default.
WriteKeywordsVARIANT\_BOOLSpecifies if the keywords of the document should be written into the output file. The keywords of the document are defined in the Keywords property of the DocumentContentInfo subobject of the FRDocument object. This property is TRUE by default.
WriteProducerVARIANT\_BOOLSpecifies if the producer of the document should be written into the output file. The producer of the document is defined in the Producer property of the DocumentContentInfo subobject of the FRDocument object. <Note> This property is only used during export to PDF (PDF/A). </Note> This property is FALSE by default.
WriteSubjectVARIANT\_BOOLSpecifies if the subject of the document should be written into the output file. The subject of the document is defined in the Subject property of the DocumentContentInfo subobject of the FRDocument object. This property is TRUE by default.
WriteTitleVARIANT\_BOOLSpecifies if the title of the document should be written into the output file. The title of the document is defined in the Title property of the DocumentContentInfo subobject of the FRDocument object. This property is TRUE by default.
Object Diagram

See also

Tuning Export Parameters Working with Profiles Working with Properties