C1.UWP.Document Assembly / C1.Xaml.Document Namespace / C1TextSearchManager Class / FindNextAsync Method
C1FoundPosition object defines the position from which the search should be started.
Whether to throw an exception if a document access error occurred while searching.

In This Topic
FindNextAsync Method
In This Topic
Non-blocking (asynchronous) version of the FindNext method.
Syntax
'Declaration
 
Public Function FindNextAsync( _
   ByVal foundPosition As C1FoundPosition, _
   ByVal throwException As Boolean _
) As Task(Of C1FoundPosition)
 

Parameters

foundPosition
C1FoundPosition object defines the position from which the search should be started.
throwException
Whether to throw an exception if a document access error occurred while searching.

Return Value

Asynchronous object representing the found text position.
See Also