Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt

Use this file to discover all available pages before exploring further.

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.
This property is only used during export to PDF or XPS.
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.
This property is only used during export to PDF (PDF/A).
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.
This property is only used during export to PDF or XPS.
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.
This property is only used during export to PDF (PDF/A).
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