ComponentOne Word for WinForms
C1.C1Word.4.5.2 Assembly / C1.C1Word.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 System.Boolean
    public System.bool PageBreakBefore {get; set;}

    Property Value

    true if page break before, otherwise false.
    See Also