PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / RenderObject Class / LayoutChangeBefore Property

In This Topic
    LayoutChangeBefore Property (RenderObject)
    In This Topic
    Gets or sets the LayoutChangeBase object defining the change of page layout that will occur before the current object.
    Syntax
    'Declaration
     
    Public Property LayoutChangeBefore As LayoutChangeBase
    public LayoutChangeBase LayoutChangeBefore {get; set;}
    Remarks
    LayoutChangeBase is an abstract class. Instances of the following non-abstract classes derived from it can be assigned to this property:
    • Does not insert a break. Provides the ability to change page layout for the next page without interrupting the current flow.
    • Inserts a line break in the inline flow. Does not break the block flow.
    • Starts a new column in a multi-column layout, or a new page otherwise.
    • Starts a new page.
    See Also