[]
        
(Showing Draft Content)

C1.C1Preview.LayoutChangeNoBreak

LayoutChangeNoBreak Class

Describes layout-related changes associated with a RenderObject. When an instance of this class is assigned to LayoutChangeBefore or 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).

Inheritance
LayoutChangeNoBreak
Implements
Namespace: C1.C1Preview
Assembly: C1.PrintDocument.8.dll
Syntax
public class LayoutChangeNoBreak : LayoutChangeBase, ICloneable

Constructors

Name Description
LayoutChangeNoBreak()

Initializes a new instance of the LayoutChangeNoBreak class.

LayoutChangeNoBreak(PageLayout)

Initializes a new instance of the LayoutChangeNoBreak class.

Properties

Name Description
PageLayout

Gets or set the PageLayout to apply to the next page.

Methods

Name Description
AssignFrom(LayoutChangeBase)

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

See Also