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

In This Topic
    LayoutChangeBase Class
    In This Topic
    The base type for classes describing layout-releated changes that are applied to a C1PrintDocument before or after a RenderObject if assigned to RenderObject.LayoutChangeBefore or RenderObject.LayoutChangeAfter on that object.

    Derived classes include LayoutChangeNewPage, LayoutChangeNewColumn, LayoutChangeNewLine and LayoutChangeNoBreak.

    Object Model
    LayoutChangeBase Class
    Syntax
    'Declaration
     
    Public MustInherit Class LayoutChangeBase 
    public abstract class LayoutChangeBase 
    Inheritance Hierarchy
    See Also