Back to Devexpress

FormattedTextExportOptions.ExportPageBreaks Property

corelibraries-devexpress-dot-xtraprinting-dot-formattedtextexportoptions-82f61163.md

latest1.8 KB
Original Source

FormattedTextExportOptions.ExportPageBreaks Property

Specifies whether or not page breaks should be included in the resulting file when a document is exported to RTF/DOCX.

Namespace : DevExpress.XtraPrinting

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

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
[DefaultValue(true)]
public virtual bool ExportPageBreaks { get; set; }
vb
<DefaultValue(True)>
Public Overridable Property ExportPageBreaks As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true , to include page breaks in the resulting file; otherwise, false.

|

Remarks

This property is in effect when the RtfExportOptions.ExportMode/DocxExportOptions.ExportMode property is set to RtfExportMode.SingleFile/DocxExportMode.SingleFile.

See Also

FormattedTextExportOptions Class

FormattedTextExportOptions Members

DevExpress.XtraPrinting Namespace