> ## 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.

# DocumentContentInfoWritingParams Object (IDocumentContentInfoWritingParams Interface)

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](/fine-reader/engine/api-reference/document-related-objects/documentcontentinfo) subobject of the [FRDocument](/fine-reader/engine/api-reference/document-related-objects/frdocument) object. Not all of the parameters are available for all export formats.

## Properties

| Name                  | Type                                                                                                                                                                                                          | Description                                                                                                                                                                                                                                                                                                                                                            |
| --------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Application           | [Engine](/fine-reader/engine/api-reference/engine-object-iengine-interface), [read-only](/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties#readonly_properties) | Returns the Engine object.                                                                                                                                                                                                                                                                                                                                             |
| WriteAuthor           | [VARIANT\_BOOL](/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties)                                                                                              | 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](/fine-reader/engine/api-reference/enumerations/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. <Note> This property is only used during export to PDF or XPS. </Note> This property is WD\\\_DocumentContentInfoOrCurrent by default. |
| WriteCreator          | [VARIANT\_BOOL](/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties)                                                                                              | 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. <Note> This property is only used during export to PDF (PDF/A). </Note> This property is TRUE by default.                                               |
| WriteModificationDate | [WriteDateEnum](/fine-reader/engine/api-reference/enumerations/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. <Note> This property is only used during export to PDF or XPS. </Note> This property is WD\\\_Current by default.          |
| WriteKeywords         | [VARIANT\_BOOL](/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties)                                                                                              | 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](/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties)                                                                                              | 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. <Note> This property is only used during export to PDF (PDF/A). </Note> This property is FALSE by default.                                           |
| WriteSubject          | [VARIANT\_BOOL](/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties)                                                                                              | 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](/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties)                                                                                              | 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.                                                                                                                             |

## Related objects

<Info>
  <Info>
    [](/fine-reader/engine/api-reference/parameter-objects/export-parameters/pptexportparams)[](/fine-reader/engine/api-reference/parameter-objects/export-parameters/xlexportparams)[](/fine-reader/engine/api-reference/parameter-objects/export-parameters/htmlexportparams)[](/fine-reader/engine/api-reference/parameter-objects/export-parameters/xpsexportparams)[](/fine-reader/engine/api-reference/parameter-objects/export-parameters/rtfexportparams)[](/fine-reader/engine/api-reference/parameter-objects/export-parameters/ebookexportparams)[](/fine-reader/engine/api-reference/parameter-objects/export-parameters/pdfexportfeatures#metadatawritingparams)[](/fine-reader/engine/api-reference/parameter-objects/export-parameters/pdfexportfeatures)[](/fine-reader/engine/api-reference/parameter-objects/export-parameters/pdfexportparams)
  </Info>
</Info>

[Object Diagram](/fine-reader/engine/api-reference/object-diagram)

## See also

[Tuning Export Parameters](/fine-reader/engine/guided-tour/advanced-techniques/tuning-export-parameters)

[Working with Profiles](/fine-reader/engine/guided-tour/advanced-techniques/working-with-profiles)

[Working with Properties](/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties)
