| 
ParagraphFormat
PageBreakBefore Property
  | 
 True if a page break is forced before the paragraph
 Namespace:
 Spire.Doc.Formatting
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public bool PageBreakBefore { get; set; }
 
Public Property PageBreakBefore As Boolean
	Get
	Set
 
public:
property bool PageBreakBefore {
	bool get ();
	void set (bool value);
}
 
member PageBreakBefore : bool with get, set
 
 
 
Property Value
 
 Type:
 
Boolean
 
 
 See Also
See Also