Back to Devexpress

RtfDocumentExporterOptions Class

officefileapi-devexpress-dot-xtrarichedit-dot-export-ec039603.md

latest2.2 KB
Original Source

RtfDocumentExporterOptions Class

Contains options to export the document in RTF format.

Namespace : DevExpress.XtraRichEdit.Export

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
[ComVisible(true)]
public class RtfDocumentExporterOptions :
    DocumentExporterOptions
vb
<ComVisible(True)>
Public Class RtfDocumentExporterOptions
    Inherits DocumentExporterOptions

The following members return RtfDocumentExporterOptions objects:

Remarks

Use the RtfDocumentExporterOptions class object in the following members:

Implements

INotifyPropertyChanged

IExporterOptions

DevExpress.Office.ISupportsCopyFrom<IExporterOptions>

Inheritance

Object ViewStatePersisterCore BaseOptions RichEditNotificationOptions DocumentExporterOptions RtfDocumentExporterOptions

See Also

RtfDocumentExporterOptions Members

DevExpress.XtraRichEdit.Export Namespace