RtfDocumentExporterOptions Properties
Contains options to export the document in RTF format.| Name | Description |
|---|---|
| Compatibility | Provides access to options affecting the compatibility of exported files with different RTF editors. |
| ExportedDocumentProperties | Gets or sets the document properties being exported. Inherited from DocumentExporterOptions. |
| ExportFinalParagraphMark | Enables you to add the ‘\par’ tag to the end of RTF content. |
| ExportTheme | Gets or sets whether the color theme information is included in the exported RTF file. |
| ListExportFormat | Gets or sets the way the lists are represented in the exported RTF document. |
| TargetUri | Gets or sets the URI of the document being exported. Inherited from DocumentExporterOptions. |
| WrapContentInGroup | For internal use. |
See Also