[]
        
(Showing Draft Content)

C1.Document.C1TextSearchManager.FindNextAsyncEx

FindNextAsyncEx Method

FindNextAsyncEx(C1FoundPosition, bool)

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

Declaration
public IAsyncOperationWithProgress<C1FoundPosition, double> FindNextAsyncEx(C1FoundPosition initialPosition, bool throwException)
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.