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