[]
        
(Showing Draft Content)

C1.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)
Public Function FindNextAsync(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.