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. <Note> This property is only used during export to PDF or XPS. </Note> This property is WD\_DocumentContentInfoOrCurrent by default. |
| 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. <Note> This property is only used during export to PDF (PDF/A). </Note> This property is TRUE by default. |
| 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. <Note> This property is only used during export to PDF or XPS. </Note> This property is WD\_Current by default. |
| 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. <Note> This property is only used during export to PDF (PDF/A). </Note> This property is FALSE by default. |
| 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. |
