ComponentOne Word for UWP
C1.UWP.Word Assembly / C1.Xaml.Word.Objects Namespace / RtfParagraph Class / PageBreakBefore Property

In This Topic
    PageBreakBefore Property (RtfParagraph)
    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