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

In This Topic
    LayoutChangeNoBreak 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, layout changes described by the instance are applied to the next new page (but no immediate page break is caused by this class).
    Object Model
    LayoutChangeNoBreak Class
    Syntax
    'Declaration
     
    Public Class LayoutChangeNoBreak 
       Inherits LayoutChangeBase
    public class LayoutChangeNoBreak : LayoutChangeBase 
    Inheritance Hierarchy

    System.Object
       C1.C1Preview.LayoutChangeBase
          C1.C1Preview.LayoutChangeNoBreak

    See Also