The LayoutChangeNewPage type exposes the following members.

Constructors

  Name Description
Public method LayoutChangeNewPage()()()()
Initializes a new instance of the LayoutChangeNewPage class.
Public method LayoutChangeNewPage(PageLayout)
Initializes a new instance of the LayoutChangeNewPage class.

Methods

  Name Description
Public method AssignFrom
Assigns (copies) properties from another LayoutChangeBase to the current object.
(Overrides LayoutChangeBase..::..AssignFrom(LayoutChangeBase).)
Public method Clone
Creates a copy of the current LayoutChangeBase object.
(Inherited from LayoutChangeBase.)

Properties

  Name Description
Public property Direction
Gets or sets the PageDirectionEnum of the new page.
Public property 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.
Public property PageLayout
Gets or set the PageLayout to apply to the new page.

See Also