Back to Devexpress

RtfExportMode Enum

corelibraries-devexpress-dot-xtraprinting-6e8f16e8.md

latest1.6 KB
Original Source

RtfExportMode Enum

Lists the available RTF export modes.

Namespace : DevExpress.XtraPrinting

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

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
[ResourceFinder(typeof(ResFinder))]
public enum RtfExportMode
vb
<ResourceFinder(GetType(ResFinder))>
Public Enum RtfExportMode

Members

NameDescription
SingleFile

A document is exported to a single file. Note that in this mode, page headers and footers are added to the resulting RTF file only once, at the beginning and at the end of the document.

| | SingleFilePageByPage |

A document is exported to a single file, page-by-page.

|

The following properties accept/return RtfExportMode values:

Remarks

Use this enumeration members to specify the RTF export modes. This enumeration values are used by the RtfExportOptions.ExportMode property.

See Also

DevExpress.XtraPrinting Namespace