Skip to main content
A newer version of this page is available. .

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.v19.1.Core.dll

Declaration

[DefaultValue(true)]
[XtraSerializableProperty]
public virtual bool ExportPageBreaks { get; set; }

Property Value

Type Default Description
Boolean **true**

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

Property Paths

You can access this nested property as listed below:

Library Object Type Path to ExportPageBreaks
Cross-Platform Class Library ExportOptions
.Rtf.ExportPageBreaks
WPF Controls ExportOptionsContainer
.Rtf.ExportPageBreaks

Remarks

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

See Also