# C1.C1Preview.RenderBarCode.ShowText

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_C1Preview_RenderBarCode_ShowText_" data-uid="C1.C1Preview.RenderBarCode.ShowText*">ShowText Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_C1Preview_RenderBarCode_ShowText_" data-uid="C1.C1Preview.RenderBarCode.ShowText*"></a>
<h4 id="C1_C1Preview_RenderBarCode_ShowText" data-uid="C1.C1Preview.RenderBarCode.ShowText">ShowText</h4>
<div class="markdown level1 summary"><p>Gets or sets a value indicating whether the string represending the <a class="xref" href="C1.C1Preview.RenderBarCode.Text.html#C1_C1Preview_RenderBarCode_Text">Text</a> property
should be displayed along with the barcode image.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public bool ShowText { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property ShowText As Boolean</code></pre>
</div>
<h5 id="C1_C1Preview_RenderBarCode_ShowText_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>By default, the object will show only the barcode image. To include a textual
representation of the value in the <a class="xref" href="C1.C1Preview.RenderBarCode.Text.html#C1_C1Preview_RenderBarCode_Text">Text</a> property, set this
property to true.</p>
</div>
</div>
