Skip to main content

RtfDocumentExporterCompatibilityOptions Class

Represents the settings that affect the portability of the exported file.

Namespace: DevExpress.XtraRichEdit.Export

Assembly: DevExpress.RichEdit.v25.1.Core.dll

NuGet Package: DevExpress.RichEdit.Core

Declaration

[ComVisible(true)]
public class RtfDocumentExporterCompatibilityOptions :
    RichEditNotificationOptions,
    ISupportsCopyFrom<RtfDocumentExporterCompatibilityOptions>

The following members return RtfDocumentExporterCompatibilityOptions objects:

Implements

DevExpress.Office.ISupportsCopyFrom<RtfDocumentExporterCompatibilityOptions>

Inheritance

See Also