[]
        
(Showing Draft Content)

C1.WPF.Document.C1TextSearchManager.FindNextAsync

FindNextAsync Method

FindNextAsync(C1FoundPosition, bool)

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

Declaration
public Task<C1FoundPosition> FindNextAsync(C1FoundPosition foundPosition, bool throwException)
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.