ComponentOne Word for WPF
C1.WPF.Word.4.5.2 Assembly / C1.WPF.Word.Objects Namespace / RtfParagraph Class / PageBreakBefore Property

In This Topic
    PageBreakBefore Property
    In This Topic
    Gets or sets the page break before of this paragraph.
    Syntax
    'Declaration
     
    Public Property PageBreakBefore As Boolean
    public bool PageBreakBefore {get; set;}

    Property Value

    true if page break before, otherwise false.
    See Also