# C1.C1Preview.IC1Printable

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_C1Preview_IC1Printable" data-uid="C1.C1Preview.IC1Printable" class="text-break">IC1Printable Interface
</h1>
  <div class="markdown level0 summary"><p>If an object implements this interface, it can be seamlessly rendered
in a <a class="xref" href="C1.C1Preview.C1PrintDocument.html">C1PrintDocument</a> via a <a class="xref" href="C1.C1Preview.RenderC1Printable.html">RenderC1Printable</a>.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.C1Preview.html">C1.C1Preview</a></h6>
  <h6><strong>Assembly</strong>: C1.PrintDocument.4.8.dll</h6>
  <h5 id="C1_C1Preview_IC1Printable_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IC1Printable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IC1Printable</code></pre>
  </div>
  <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_IC1Printable_C1PrintableGetImage" data-uid="C1.C1Preview.IC1Printable.C1PrintableGetImage">
          <a class="xref" href="C1.C1Preview.IC1Printable.C1PrintableGetImage.html#C1_C1Preview_IC1Printable_C1PrintableGetImage">C1PrintableGetImage()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the content of control as Image.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_IC1Printable_C1PrintableGetTree" data-uid="C1.C1Preview.IC1Printable.C1PrintableGetTree">
          <a class="xref" href="C1.C1Preview.IC1Printable.C1PrintableGetTree.html#C1_C1Preview_IC1Printable_C1PrintableGetTree">C1PrintableGetTree()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the content of control as C1 document
that is serialized in stream.
This document can be built with using C1PrintDocumentClient.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
