[]
        
(Showing Draft Content)

C1.Document.C1TextSearchManager.FindPreviousAsync

FindPreviousAsync Method

FindPreviousAsync(C1FoundPosition, bool)

Non-blocking (asynchronous) version of the FindPrevious(C1FoundPosition) method.

Declaration
public Task<C1FoundPosition> FindPreviousAsync(C1FoundPosition foundPosition, bool throwException)
Public Function FindPreviousAsync(foundPosition As C1FoundPosition, throwException As Boolean) As Task(Of C1FoundPosition)
Parameters
Type Name Description
C1FoundPosition foundPosition

C1FoundPosition object defines the position from which the search should be started.

bool throwException

Whether to throw an exception if a document access error occurred while searching.

Returns
Type Description
Task<C1FoundPosition>

Asynchronous object representing the found text position.