[]
        
(Showing Draft Content)

C1.C1Preview.LayoutChangeNewPage

LayoutChangeNewPage Class

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

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

Constructors

Name Description
LayoutChangeNewPage()

Initializes a new instance of the LayoutChangeNewPage class.

LayoutChangeNewPage(PageLayout)

Initializes a new instance of the LayoutChangeNewPage class.

Properties

Name Description
Direction

Gets or sets the PageDirectionEnum of the new page.

Nested

Gets or sets a value indicating whether the currently active page layout should be saved in a stack before applying this LayoutChangeNewPage, to be restored after the associated RenderObject has been fully rendered.

PageLayout

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

Methods

Name Description
AssignFrom(LayoutChangeBase)

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

See Also