# C1.Web.Api.BarCode.BarCodeGenerator.GetResult

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Web_Api_BarCode_BarCodeGenerator_GetResult_" data-uid="C1.Web.Api.BarCode.BarCodeGenerator.GetResult*">GetResult Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Web_Api_BarCode_BarCodeGenerator_GetResult_" data-uid="C1.Web.Api.BarCode.BarCodeGenerator.GetResult*"></a>
<h4 id="C1_Web_Api_BarCode_BarCodeGenerator_GetResult_System_Web_Http_ApiController_" data-uid="C1.Web.Api.BarCode.BarCodeGenerator.GetResult(System.Web.Http.ApiController)">GetResult(ApiController)</h4>
<div class="markdown level1 summary"><p>Gets the barcode image according to the specified request.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public IHttpActionResult GetResult(ApiController controller)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Function GetResult(controller As ApiController) As IHttpActionResult</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><span class="xref">ApiController</span></td>
      <td><span class="parametername">controller</span></td>
      <td></td>
    </tr>
  </tbody>
</table>
<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><span class="xref">IHttpActionResult</span></td>
      <td></td>
    </tr>
  </tbody>
</table>
</div>
