[]
        
(Showing Draft Content)

C1.Document.C1TextSearchManager.FindPreviousAsyncEx

FindPreviousAsyncEx Method

FindPreviousAsyncEx(C1FoundPosition, bool)

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

Declaration
public IAsyncOperationWithProgress<C1FoundPosition, double> FindPreviousAsyncEx(C1FoundPosition initialPosition, bool throwException)
Public Function FindPreviousAsyncEx(initialPosition As C1FoundPosition, throwException As Boolean) As IAsyncOperationWithProgress(Of C1FoundPosition, Double)
Parameters
Type Name Description
C1FoundPosition initialPosition

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
IAsyncOperationWithProgress<C1FoundPosition, double>

The IAsyncOperationWithProgress<TResult, TProgress> interface that can be used to manage asynchronous operation.