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 subobject of the FRDocument object. Not all of the parameters are available for all export formats.
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. 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). 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. 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). 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. |
Related objects
See also
7/3/2024 8:50:25 AM