Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

RtfDocumentExporterOptions Class

Contains options for exporting the document in RTF format.

Namespace: DevExpress.XtraRichEdit.Export

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

Declaration

[ComVisible(true)]
public class RtfDocumentExporterOptions :
    DocumentExporterOptions

Remarks

Use the RichEditControl.BeforeExport event to specify RTF export options via the BeforeExportEventArgs.Options property of the event arguments. You should explicitly cast the returned object to the RtfDocumentExporterOptions type.

Implements

See Also