# C1.C1Preview.LayoutChangeBase

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_C1Preview_LayoutChangeBase" data-uid="C1.C1Preview.LayoutChangeBase" class="text-break">LayoutChangeBase Class
</h1>
  <div class="markdown level0 summary"><p>The base type for classes describing layout-releated
changes that are applied to a <a class="xref" href="C1.C1Preview.C1PrintDocument.html">C1PrintDocument</a> before or after a <a class="xref" href="C1.C1Preview.RenderObject.html">RenderObject</a>
if 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.</p>
<p>
Derived classes include
<a class="xref" href="C1.C1Preview.LayoutChangeNewPage.html">LayoutChangeNewPage</a>,
<a class="xref" href="C1.C1Preview.LayoutChangeNewColumn.html">LayoutChangeNewColumn</a>,
<a class="xref" href="C1.C1Preview.LayoutChangeNewLine.html">LayoutChangeNewLine</a> and
<a class="xref" href="C1.C1Preview.LayoutChangeNoBreak.html">LayoutChangeNoBreak</a>.
</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"><span class="xref">LayoutChangeBase</span></div>
      <div class="level2"><a class="xref" href="C1.C1Preview.LayoutChangeNewColumn.html">LayoutChangeNewColumn</a></div>
      <div class="level2"><a class="xref" href="C1.C1Preview.LayoutChangeNewLine.html">LayoutChangeNewLine</a></div>
      <div class="level2"><a class="xref" href="C1.C1Preview.LayoutChangeNewPage.html">LayoutChangeNewPage</a></div>
      <div class="level2"><a class="xref" href="C1.C1Preview.LayoutChangeNoBreak.html">LayoutChangeNoBreak</a></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_LayoutChangeBase_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[C1ClassSerialization(true)]
public abstract class LayoutChangeBase : ICloneable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;C1ClassSerialization(True)&gt;
Public MustInherit Class 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_LayoutChangeBase__ctor" data-uid="C1.C1Preview.LayoutChangeBase.#ctor">
          <a class="xref" href="C1.C1Preview.LayoutChangeBase.-ctor.html#C1_C1Preview_LayoutChangeBase__ctor">LayoutChangeBase()</a>
        </td>
        <td class="markdown level1 summary"></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_LayoutChangeBase_AssignFrom_C1_C1Preview_LayoutChangeBase_" data-uid="C1.C1Preview.LayoutChangeBase.AssignFrom(C1.C1Preview.LayoutChangeBase)">
          <a class="xref" href="C1.C1Preview.LayoutChangeBase.AssignFrom.html#C1_C1Preview_LayoutChangeBase_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>
      <tr>
        <td id="C1_C1Preview_LayoutChangeBase_Clone" data-uid="C1.C1Preview.LayoutChangeBase.Clone">
          <a class="xref" href="C1.C1Preview.LayoutChangeBase.Clone.html#C1_C1Preview_LayoutChangeBase_Clone">Clone()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a copy of the current <a class="xref" href="C1.C1Preview.LayoutChangeBase.html">LayoutChangeBase</a> object.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
