Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.RichEdit

Declaration

public bool DuplicateObjectAsMetafile { get; set; }

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
.CompatibilityOptions .DuplicateObjectAsMetafile
See Also