'Declaration Public Function FindNextAsync( _ ByVal foundPosition As C1FoundPosition, _ ByVal throwException As Boolean _ ) As Task(Of C1FoundPosition)
public Task<C1FoundPosition> FindNextAsync( C1FoundPosition foundPosition, bool throwException )
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.