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

In This Topic
    LayoutChangeAfter Property (RenderObject)
    In This Topic
    Gets or sets the LayoutChangeBase object defining the change of page layout that will occur after the current object.
    Syntax
    'Declaration
     
    Public Property LayoutChangeAfter As LayoutChangeBase
    public LayoutChangeBase LayoutChangeAfter {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