# C1.C1Preview.C1PrintDocument.RenderBlockGraphicsEnd

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_C1Preview_C1PrintDocument_RenderBlockGraphicsEnd_" data-uid="C1.C1Preview.C1PrintDocument.RenderBlockGraphicsEnd*">RenderBlockGraphicsEnd Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_C1Preview_C1PrintDocument_RenderBlockGraphicsEnd_" data-uid="C1.C1Preview.C1PrintDocument.RenderBlockGraphicsEnd*"></a>
<h4 id="C1_C1Preview_C1PrintDocument_RenderBlockGraphicsEnd" data-uid="C1.C1Preview.C1PrintDocument.RenderBlockGraphicsEnd">RenderBlockGraphicsEnd()</h4>
<div class="markdown level1 summary"><p>Adds the internally maintained <a class="xref" href="C1.C1Preview.RenderGraphics.html">RenderGraphics</a> object
created with a previous call to <a class="xref" href="C1.C1Preview.C1PrintDocument.RenderBlockGraphicsBegin.html#C1_C1Preview_C1PrintDocument_RenderBlockGraphicsBegin">RenderBlockGraphicsBegin()</a> to the
block flow of the current document.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public bool RenderBlockGraphicsEnd()</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Function RenderBlockGraphicsEnd() As Boolean</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><p><b>true</b> if no warnings were generated by this call, <b>false</b> otherwise.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="C1_C1Preview_C1PrintDocument_RenderBlockGraphicsEnd_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>Internally, this method calls <a class="xref" href="C1.C1Preview.C1PrintDocument.RenderBlock.html#C1_C1Preview_C1PrintDocument_RenderBlock_C1_C1Preview_RenderObject_">RenderBlock(RenderObject)</a>,
passing the <a class="xref" href="C1.C1Preview.C1PrintDocument.CurrentBlockRenderGraphics.html#C1_C1Preview_C1PrintDocument_CurrentBlockRenderGraphics">CurrentBlockRenderGraphics</a> as the parameter,
and resets the internal variable used to hold that value.</p>
</div>
<h5 id="C1_C1Preview_C1PrintDocument_RenderBlockGraphicsEnd_seealso">See Also</h5>
<div class="seealso">
    <div><a class="xref" href="C1.C1Preview.C1PrintDocument.RenderBlockGraphicsBegin.html#C1_C1Preview_C1PrintDocument_RenderBlockGraphicsBegin">RenderBlockGraphicsBegin</a>()</div>
    <div><a class="xref" href="C1.C1Preview.C1PrintDocument.CurrentBlockRenderGraphics.html#C1_C1Preview_C1PrintDocument_CurrentBlockRenderGraphics">CurrentBlockRenderGraphics</a></div>
    <div><a class="xref" href="C1.C1Preview.RenderGraphics.html">RenderGraphics</a></div>
    <div><a class="xref" href="C1.C1Preview.C1PrintDocument.StartDoc.html#C1_C1Preview_C1PrintDocument_StartDoc">StartDoc</a>()</div>
    <div><a class="xref" href="C1.C1Preview.C1PrintDocument.EndDoc.html#C1_C1Preview_C1PrintDocument_EndDoc">EndDoc</a>()</div>
    <div><a class="xref" href="C1.C1Preview.C1PrintDocument.Generate.html#C1_C1Preview_C1PrintDocument_Generate">Generate</a>()</div>
    <div><a class="xref" href="C1.C1Preview.C1PrintDocument.Warnings.html#C1_C1Preview_C1PrintDocument_Warnings">Warnings</a></div>
</div>
</div>
