[]
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.
public class LayoutChangeNewPage : LayoutChangeBase, ICloneable
| Name | Description |
|---|---|
| LayoutChangeNewPage() | Initializes a new instance of the LayoutChangeNewPage class. |
| LayoutChangeNewPage(PageLayout) | Initializes a new instance of the LayoutChangeNewPage class. |
| 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. |
| Name | Description |
|---|---|
| AssignFrom(LayoutChangeBase) | Assigns (copies) properties from another LayoutChangeBase to the current object. |