Skip to main content

RtfDocumentExporterOptions.Compatibility Property

Provides access to options affecting the compatibility of exported files with different RTF editors.

Namespace: DevExpress.XtraRichEdit.Export

Assembly: DevExpress.RichEdit.v23.2.Core.dll

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

Declaration

public RtfDocumentExporterCompatibilityOptions Compatibility { get; }

Property Value

Type Description
RtfDocumentExporterCompatibilityOptions

A RtfDocumentExporterCompatibilityOptions object containing certain options that affect export compatibility.

Property Paths

You can access this nested property as listed below:

Object Type Path to Compatibility
RichEditDocumentExportOptions
.Rtf .Compatibility
See Also