# C1.Web.Api.Document.Models.SearchResult

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Api_Document_Models_SearchResult" data-uid="C1.Web.Api.Document.Models.SearchResult" class="text-break">SearchResult Class
</h1>
  <div class="markdown level0 summary"><p>Represents the result of search.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">SearchResult</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Web.Api.Document.Models.html">C1.Web.Api.Document.Models</a></h6>
  <h6><strong>Assembly</strong>: C1.AspNetCore.Api.Document.dll</h6>
  <h5 id="C1_Web_Api_Document_Models_SearchResult_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class SearchResult</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class SearchResult</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Web_Api_Document_Models_SearchResult__ctor" data-uid="C1.Web.Api.Document.Models.SearchResult.#ctor">
          <a class="xref" href="C1.Web.Api.Document.Models.SearchResult.-ctor.html#C1_Web_Api_Document_Models_SearchResult__ctor">SearchResult()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Web_Api_Document_Models_SearchResult_BoundsList" data-uid="C1.Web.Api.Document.Models.SearchResult.BoundsList">
          <a class="xref" href="C1.Web.Api.Document.Models.SearchResult.BoundsList.html#C1_Web_Api_Document_Models_SearchResult_BoundsList">BoundsList</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the list of <a class="xref" href="C1.Web.Api.Document.Models.Rect.html">Rect</a>. The mearurement units is twip.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Api_Document_Models_SearchResult_NearText" data-uid="C1.Web.Api.Document.Models.SearchResult.NearText">
          <a class="xref" href="C1.Web.Api.Document.Models.SearchResult.NearText.html#C1_Web_Api_Document_Models_SearchResult_NearText">NearText</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the adjacent text of the result.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Api_Document_Models_SearchResult_PageIndex" data-uid="C1.Web.Api.Document.Models.SearchResult.PageIndex">
          <a class="xref" href="C1.Web.Api.Document.Models.SearchResult.PageIndex.html#C1_Web_Api_Document_Models_SearchResult_PageIndex">PageIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the page index o the result.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Api_Document_Models_SearchResult_PositionInNearText" data-uid="C1.Web.Api.Document.Models.SearchResult.PositionInNearText">
          <a class="xref" href="C1.Web.Api.Document.Models.SearchResult.PositionInNearText.html#C1_Web_Api_Document_Models_SearchResult_PositionInNearText">PositionInNearText</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the position of the search text in <a class="xref" href="C1.Web.Api.Document.Models.SearchResult.NearText.html#C1_Web_Api_Document_Models_SearchResult_NearText">NearText</a> of the result.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
