'Declaration Public Overloads Function FindStartAsync( _ ByVal startPageIndex As Integer, _ ByVal scope As SearchScope, _ ByVal findParams As C1FindTextParams, _ ByVal throwException As Boolean _ ) As Task(Of C1FoundPosition)
public Task<C1FoundPosition> FindStartAsync( int startPageIndex, SearchScope scope, C1FindTextParams findParams, bool throwException )
Parameters
- startPageIndex
- 0-based index of the first page to search.
- scope
- The search scope.
- findParams
- The text search parameters.
- throwException
- Whether to throw an exception if a document access error occurred while searching.
Return Value
Asynchronous object representing the found text position.