Paragraph.PageBreakBefore Property
Determines if a page break is forced before the specified paragraphs.
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 Paragraph
Dim value As Integer
value = instance.PageBreakBefore
instance.PageBreakBefore = value
int PageBreakBefore { get; set; }
Property Value
Type: System.Int32
Remarks
This property returns True if a page break is forced before the specified paragraphs, and False if not. Set the property value to True or False to enable or disable the functionality
Possible return values are True, False, or wdUndefined.