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.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.
Properties
| Name | Type | Description |
|---|---|---|
| Application | Engine, read-only | Returns the Engine object. |
| WriteAuthor | VARIANT_BOOL | Specifies 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. |
| WriteCreationDate | WriteDateEnum | Specifies 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. |
| WriteCreator | VARIANT_BOOL | Specifies 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). |
| WriteModificationDate | WriteDateEnum | Specifies 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. |
| WriteKeywords | VARIANT_BOOL | Specifies 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. |
| WriteProducer | VARIANT_BOOL | Specifies 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). |
| WriteSubject | VARIANT_BOOL | Specifies 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. |
| WriteTitle | VARIANT_BOOL | Specifies 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. |
