# C1.C1Preview.LayoutChangeNoBreak

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_C1Preview_LayoutChangeNoBreak" data-uid="C1.C1Preview.LayoutChangeNoBreak" class="text-break">LayoutChangeNoBreak 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,
layout changes described by the instance are applied
to the next new page (but no immediate page break is caused by this class).</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">LayoutChangeNoBreak</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.PrintDocument.10.dll</h6>
  <h5 id="C1_C1Preview_LayoutChangeNoBreak_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class LayoutChangeNoBreak : LayoutChangeBase, ICloneable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class LayoutChangeNoBreak
    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_LayoutChangeNoBreak__ctor" data-uid="C1.C1Preview.LayoutChangeNoBreak.#ctor">
          <a class="xref" href="C1.C1Preview.LayoutChangeNoBreak.-ctor.html#C1_C1Preview_LayoutChangeNoBreak__ctor">LayoutChangeNoBreak()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.C1Preview.LayoutChangeNoBreak.html">LayoutChangeNoBreak</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_LayoutChangeNoBreak__ctor_C1_C1Preview_PageLayout_" data-uid="C1.C1Preview.LayoutChangeNoBreak.#ctor(C1.C1Preview.PageLayout)">
          <a class="xref" href="C1.C1Preview.LayoutChangeNoBreak.-ctor.html#C1_C1Preview_LayoutChangeNoBreak__ctor_C1_C1Preview_PageLayout_">LayoutChangeNoBreak(PageLayout)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.C1Preview.LayoutChangeNoBreak.html">LayoutChangeNoBreak</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_LayoutChangeNoBreak_PageLayout" data-uid="C1.C1Preview.LayoutChangeNoBreak.PageLayout">
          <a class="xref" href="C1.C1Preview.LayoutChangeNoBreak.PageLayout.html#C1_C1Preview_LayoutChangeNoBreak_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 next 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_LayoutChangeNoBreak_AssignFrom_C1_C1Preview_LayoutChangeBase_" data-uid="C1.C1Preview.LayoutChangeNoBreak.AssignFrom(C1.C1Preview.LayoutChangeBase)">
          <a class="xref" href="C1.C1Preview.LayoutChangeNoBreak.AssignFrom.html#C1_C1Preview_LayoutChangeNoBreak_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.LayoutChangeNewPage.html">LayoutChangeNewPage</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>

</div>
