# C1.C1Preview.LayoutChangeNewPage

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_C1Preview_LayoutChangeNewPage" data-uid="C1.C1Preview.LayoutChangeNewPage" class="text-break">LayoutChangeNewPage Class
</h1>
  <div class="markdown level0 summary"><p>Describes layout-related changes associated with a <a class="xref" href="C1.C1Preview.RenderObject.html">RenderObject</a>.
When an instance of this class is assigned to <a class="xref" href="C1.C1Preview.RenderObject.LayoutChangeBefore.html#C1_C1Preview_RenderObject_LayoutChangeBefore">LayoutChangeBefore</a>
or <a class="xref" href="C1.C1Preview.RenderObject.LayoutChangeAfter.html#C1_C1Preview_RenderObject_LayoutChangeAfter">LayoutChangeAfter</a> 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.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="C1.C1Preview.LayoutChangeBase.html">LayoutChangeBase</a></div>
    <div class="level2"><span class="xref">LayoutChangeNewPage</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.icloneable">ICloneable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.C1Preview.html">C1.C1Preview</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.PrintDocument.4.6.2.dll</h6>
  <h5 id="C1_C1Preview_LayoutChangeNewPage_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class LayoutChangeNewPage : LayoutChangeBase, ICloneable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class LayoutChangeNewPage
    Inherits LayoutChangeBase
    Implements ICloneable</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_C1Preview_LayoutChangeNewPage__ctor" data-uid="C1.C1Preview.LayoutChangeNewPage.#ctor">
          <a class="xref" href="C1.C1Preview.LayoutChangeNewPage.-ctor.html#C1_C1Preview_LayoutChangeNewPage__ctor">LayoutChangeNewPage()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.C1Preview.LayoutChangeNewPage.html">LayoutChangeNewPage</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_LayoutChangeNewPage__ctor_C1_C1Preview_PageLayout_" data-uid="C1.C1Preview.LayoutChangeNewPage.#ctor(C1.C1Preview.PageLayout)">
          <a class="xref" href="C1.C1Preview.LayoutChangeNewPage.-ctor.html#C1_C1Preview_LayoutChangeNewPage__ctor_C1_C1Preview_PageLayout_">LayoutChangeNewPage(PageLayout)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.C1Preview.LayoutChangeNewPage.html">LayoutChangeNewPage</a> class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_C1Preview_LayoutChangeNewPage_Direction" data-uid="C1.C1Preview.LayoutChangeNewPage.Direction">
          <a class="xref" href="C1.C1Preview.LayoutChangeNewPage.Direction.html#C1_C1Preview_LayoutChangeNewPage_Direction">Direction</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="C1.C1Preview.PageDirectionEnum.html">PageDirectionEnum</a> of the new page.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_LayoutChangeNewPage_Nested" data-uid="C1.C1Preview.LayoutChangeNewPage.Nested">
          <a class="xref" href="C1.C1Preview.LayoutChangeNewPage.Nested.html#C1_C1Preview_LayoutChangeNewPage_Nested">Nested</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the currently active page layout
should be saved in a stack before applying this <a class="xref" href="C1.C1Preview.LayoutChangeNewPage.html">LayoutChangeNewPage</a>,
to be restored after the associated <a class="xref" href="C1.C1Preview.RenderObject.html">RenderObject</a> has been fully rendered.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_LayoutChangeNewPage_PageLayout" data-uid="C1.C1Preview.LayoutChangeNewPage.PageLayout">
          <a class="xref" href="C1.C1Preview.LayoutChangeNewPage.PageLayout.html#C1_C1Preview_LayoutChangeNewPage_PageLayout">PageLayout</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or set the <a class="xref" href="C1.C1Preview.PageLayout.html">PageLayout</a> to apply to the new page.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_C1Preview_LayoutChangeNewPage_AssignFrom_C1_C1Preview_LayoutChangeBase_" data-uid="C1.C1Preview.LayoutChangeNewPage.AssignFrom(C1.C1Preview.LayoutChangeBase)">
          <a class="xref" href="C1.C1Preview.LayoutChangeNewPage.AssignFrom.html#C1_C1Preview_LayoutChangeNewPage_AssignFrom_C1_C1Preview_LayoutChangeBase_">AssignFrom(LayoutChangeBase)</a>
        </td>
        <td class="markdown level1 summary"><p>Assigns (copies) properties from another <a class="xref" href="C1.C1Preview.LayoutChangeBase.html">LayoutChangeBase</a> to the current object.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="seealso">See Also</h3>
  <div class="seealso">
      <div><a class="xref" href="C1.C1Preview.LayoutChangeBase.html">LayoutChangeBase</a></div>
      <div><a class="xref" href="C1.C1Preview.LayoutChangeNewColumn.html">LayoutChangeNewColumn</a></div>
      <div><a class="xref" href="C1.C1Preview.LayoutChangeNewLine.html">LayoutChangeNewLine</a></div>
      <div><a class="xref" href="C1.C1Preview.LayoutChangeNoBreak.html">LayoutChangeNoBreak</a></div>
  </div>

</div>
