DXRichEditRtfDocumentExporterCompatibilityOptions.DuplicateObjectAsMetafile Property
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.
Namespace: DevExpress.Xpf.RichEdit
Assembly: DevExpress.Xpf.RichEdit.v24.1.dll
NuGet Package: DevExpress.Wpf.RichEdit
Declaration
Property Value
Type | Description |
---|---|
Boolean | true, to duplicate objects as metafiles when saving; otherwise, false. Default value is false. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to DuplicateObjectAsMetafile |
---|---|
DXRichEditRtfDocumentExporterOptions |
|
See Also