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.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
[TypeConverter(typeof(FormattedTextSingleFileOptionConverter))]
[XtraSerializableProperty]
public virtual bool ExportPageBreaks { get; set; }
Property Value
Type | Description |
---|---|
Boolean | 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