PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / LayoutChangeNewPage Class
Members

In This Topic
    LayoutChangeNewPage Class
    In This Topic
    Describes layout-related changes associated with a RenderObject. When an instance of this class is assigned to RenderObject.LayoutChangeBefore or RenderObject.LayoutChangeAfter on that object, a page break is inserted before of after that object, and layout changes described by the instance are applied to the new page.
    Object Model
    LayoutChangeNewPage Class
    Syntax
    'Declaration
     
    Public Class LayoutChangeNewPage 
       Inherits LayoutChangeBase
    public class LayoutChangeNewPage : LayoutChangeBase 
    Inheritance Hierarchy

    System.Object
       C1.C1Preview.LayoutChangeBase
          C1.C1Preview.LayoutChangeNewPage

    See Also