# C1.C1Preview.RenderEmpty

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_C1Preview_RenderEmpty" data-uid="C1.C1Preview.RenderEmpty" class="text-break">RenderEmpty Class
</h1>
  <div class="markdown level0 summary"><p>Represents an empty <a class="xref" href="C1.C1Preview.RenderObject.html">RenderObject</a>.
Provides a convenient placeholder for things like page breaks and so on,
where no content needs to be rendered.</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.RenderObject.html">RenderObject</a></div>
    <div class="level2"><span class="xref">RenderEmpty</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="C1.C1Preview.IStyleOwner.html">IStyleOwner</a></div>
    <div><a class="xref" href="C1.C1Preview.IDocumentLocation.html">IDocumentLocation</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_RenderEmpty_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class RenderEmpty : RenderObject, IStyleOwner, IDocumentLocation</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class RenderEmpty
    Inherits RenderObject
    Implements IStyleOwner, IDocumentLocation</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_RenderEmpty__ctor" data-uid="C1.C1Preview.RenderEmpty.#ctor">
          <a class="xref" href="C1.C1Preview.RenderEmpty.-ctor.html#C1_C1Preview_RenderEmpty__ctor">RenderEmpty()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.C1Preview.RenderEmpty.html">RenderEmpty</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_RenderEmpty__ctor_C1_C1Preview_BreakEnum_" data-uid="C1.C1Preview.RenderEmpty.#ctor(C1.C1Preview.BreakEnum)">
          <a class="xref" href="C1.C1Preview.RenderEmpty.-ctor.html#C1_C1Preview_RenderEmpty__ctor_C1_C1Preview_BreakEnum_">RenderEmpty(BreakEnum)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.C1Preview.RenderEmpty.html">RenderEmpty</a> class
with a zero height and a specified <a class="xref" href="C1.C1Preview.RenderObject.BreakAfter.html#C1_C1Preview_RenderObject_BreakAfter">BreakAfter</a> value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_RenderEmpty__ctor_C1_C1Preview_Unit_" data-uid="C1.C1Preview.RenderEmpty.#ctor(C1.C1Preview.Unit)">
          <a class="xref" href="C1.C1Preview.RenderEmpty.-ctor.html#C1_C1Preview_RenderEmpty__ctor_C1_C1Preview_Unit_">RenderEmpty(Unit)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.C1Preview.RenderEmpty.html">RenderEmpty</a> class
with a specified height.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_RenderEmpty__ctor_C1_C1Preview_Unit_C1_C1Preview_Unit_" data-uid="C1.C1Preview.RenderEmpty.#ctor(C1.C1Preview.Unit,C1.C1Preview.Unit)">
          <a class="xref" href="C1.C1Preview.RenderEmpty.-ctor.html#C1_C1Preview_RenderEmpty__ctor_C1_C1Preview_Unit_C1_C1Preview_Unit_">RenderEmpty(Unit, Unit)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.C1Preview.RenderEmpty.html">RenderEmpty</a> class
with specified width and height.</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_RenderEmpty_CreateSame" data-uid="C1.C1Preview.RenderEmpty.CreateSame">
          <a class="xref" href="C1.C1Preview.RenderEmpty.CreateSame.html#C1_C1Preview_RenderEmpty_CreateSame">CreateSame()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates new empty <a class="xref" href="C1.C1Preview.RenderEmpty.html">RenderEmpty</a> object
linked with same <a class="xref" href="C1.C1Preview.C1PrintDocument.html">C1PrintDocument</a> as current object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_RenderEmpty_GetDefaultHeight" data-uid="C1.C1Preview.RenderEmpty.GetDefaultHeight">
          <a class="xref" href="C1.C1Preview.RenderEmpty.GetDefaultHeight.html#C1_C1Preview_RenderEmpty_GetDefaultHeight">GetDefaultHeight()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the default value for the <a class="xref" href="C1.C1Preview.RenderObject.Height.html#C1_C1Preview_RenderObject_Height">Height</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_RenderEmpty_GetDefaultWidth" data-uid="C1.C1Preview.RenderEmpty.GetDefaultWidth">
          <a class="xref" href="C1.C1Preview.RenderEmpty.GetDefaultWidth.html#C1_C1Preview_RenderEmpty_GetDefaultWidth">GetDefaultWidth()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the default value for the <a class="xref" href="C1.C1Preview.RenderObject.Width.html#C1_C1Preview_RenderObject_Width">Width</a> property.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
