# C1.C1Preview.RenderInputBase.Printable

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_C1Preview_RenderInputBase_Printable_" data-uid="C1.C1Preview.RenderInputBase.Printable*">Printable Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_C1Preview_RenderInputBase_Printable_" data-uid="C1.C1Preview.RenderInputBase.Printable*"></a>
<h4 id="C1_C1Preview_RenderInputBase_Printable" data-uid="C1.C1Preview.RenderInputBase.Printable">Printable</h4>
<div class="markdown level1 summary"><p>Gets or sets a value indicating whether the current control is printed.
If <b>true</b> (default), the content of the control is printed normally.
Otherwise, it is not printed or exported. This might be used for example
to provide help (invisible in the printed document)
for form fields that are to be filled.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public bool Printable { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property Printable As Boolean</code></pre>
</div>
</div>
