DXRichEditRtfDocumentExporterCompatibilityOptions Members
Represents the settings that affect the portability of the exported fileConstructors
| Name | Description |
|---|---|
| DXRichEditRtfDocumentExporterCompatibilityOptions() | Initializes a new instance of the DXRichEditRtfDocumentExporterCompatibilityOptions class with the default settings. |
Fields
| Name | Description |
|---|---|
| BackColorExportModeProperty static | Identifies the DXRichEditRtfDocumentExporterCompatibilityOptions.BackColorExportMode dependency property. |
| DuplicateObjectAsMetafileProperty static | Identifies the DXRichEditRtfDocumentExporterCompatibilityOptions.DuplicateObjectAsMetafile dependency property. |
Properties
| Name | Description |
|---|---|
| BackColorExportMode | Gets or sets tags which represents the BackColor attribute in a resulting RTF document. This is a dependency property. |
| DuplicateObjectAsMetafile | Gets or sets whether inline objects are saved in the RTF file both as an object and as metafile content. This is a dependency property. |
See Also