Skip to main content

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.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

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

Property Value

Type Default Description
Boolean true

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