# C1.Document.C1TextSearchManager.FindPreviousAsync

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Document_C1TextSearchManager_FindPreviousAsync_" data-uid="C1.Document.C1TextSearchManager.FindPreviousAsync*">FindPreviousAsync Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Document_C1TextSearchManager_FindPreviousAsync_" data-uid="C1.Document.C1TextSearchManager.FindPreviousAsync*"></a>
<h4 id="C1_Document_C1TextSearchManager_FindPreviousAsync_C1_Document_C1FoundPosition_System_Boolean_" data-uid="C1.Document.C1TextSearchManager.FindPreviousAsync(C1.Document.C1FoundPosition,System.Boolean)">FindPreviousAsync(C1FoundPosition, bool)</h4>
<div class="markdown level1 summary"><p>Non-blocking (asynchronous) version of the <a class="xref" href="C1.Document.C1TextSearchManager.FindPrevious.html#C1_Document_C1TextSearchManager_FindPrevious_C1_Document_C1FoundPosition_">FindPrevious(C1FoundPosition)</a> method.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public Task&lt;C1FoundPosition&gt; FindPreviousAsync(C1FoundPosition foundPosition, bool throwException)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Function FindPreviousAsync(foundPosition As C1FoundPosition, throwException As Boolean) As Task(Of C1FoundPosition)</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><a class="xref" href="C1.Document.C1FoundPosition.html">C1FoundPosition</a></td>
      <td><span class="parametername">foundPosition</span></td>
      <td><p><a class="xref" href="C1.Document.C1FoundPosition.html">C1FoundPosition</a> object defines the position from which the search should be started.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">throwException</span></td>
      <td><p>Whether to throw an exception if a document access error occurred while searching.</p>
</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><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1">Task</a>&lt;<a class="xref" href="C1.Document.C1FoundPosition.html">C1FoundPosition</a>&gt;</td>
      <td><p>Asynchronous object representing the found text position.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
