Skip to main content
A newer version of this page is available. .

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.v19.1.dll

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