_ParagraphFormat.PageBreakBefore Property
True if a page break is forced before the specified paragraphs. Can be True, False, or wdUndefined.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property PageBreakBefore As Integer
Get
Set
'Usage
Dim instance As _ParagraphFormat
Dim value As Integer
value = instance.PageBreakBefore
instance.PageBreakBefore = value
int PageBreakBefore { get; set; }
Property Value
Type: System.Int32