Back to Devexpress

RtfExportOptions Class

corelibraries-devexpress-dot-xtraprinting-ebc14d13.md

latest1.7 KB
Original Source

RtfExportOptions Class

Contains options which define how a document is exported to RTF format.

Namespace : DevExpress.XtraPrinting

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

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
public class RtfExportOptions :
    FormattedTextExportOptions
vb
Public Class RtfExportOptions
    Inherits FormattedTextExportOptions

The following members return RtfExportOptions objects:

Remarks

For more information, refer to Export to RTF.

Inheritance

Object ExportOptionsBase PageByPageExportOptionsBase FormattedTextExportOptions RtfExportOptions

See Also

RtfExportOptions Members

Export to RTF

DevExpress.XtraPrinting Namespace