Remarks
The property's default value is false.
The property returns its default value when the text selection contains multiple paragraphs with mixed setting. The Selection.
If this property is set to true, the paragraph is always displayed on top of a page.
Introduced: 13.0.
public bool PageBreakBefore { get; set; }
The following example uses the Page
TXTextControl.ParagraphFormat format = new TXTextControl.ParagraphFormat();
format.Frame = TXTextControl.Frame.Box;
format.FrameStyle = TXTextControl.FrameStyle.Double;
format.PageBreakBefore = true;
textControl1.Selection.ParagraphFormat = format;
The property's default value is false.
The property returns its default value when the text selection contains multiple paragraphs with mixed setting. The Selection.