[]
        
(Showing Draft Content)

C1.C1Preview.LayoutChangeBase

LayoutChangeBase Class

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

Derived classes include LayoutChangeNewPage, LayoutChangeNewColumn, LayoutChangeNewLine and LayoutChangeNoBreak.

Implements
Namespace: C1.C1Preview
Assembly: C1.PrintDocument.8.dll
Syntax
[C1ClassSerialization(true)]
public abstract class LayoutChangeBase : ICloneable

Constructors

Name Description
LayoutChangeBase()

Methods

Name Description
AssignFrom(LayoutChangeBase)

Assigns (copies) properties from another LayoutChangeBase to the current object.

Clone()

Creates a copy of the current LayoutChangeBase object.