RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox.Documents Namespace / C1TableRowGroup Class / PageBreakBefore Property

In This Topic
    PageBreakBefore Property (C1TableRowGroup)
    In This Topic
    Gets or sets a PageBreak value indicating when a page break is inserted before this C1Block.
    Syntax
    'Declaration
     
    
    Public Property PageBreakBefore As PageBreak
    public PageBreak PageBreakBefore {get; set;}
    See Also