'Declaration Public Overloads Function FindStartAsyncEx( _ ByVal startPageIndex As Integer, _ ByVal scope As SearchScope, _ ByVal findParams As C1FindTextParams, _ ByVal throwException As Boolean _ ) As IAsyncOperationWithProgress(Of C1FoundPosition,Double)
public IAsyncOperationWithProgress<C1FoundPosition,double> FindStartAsyncEx( 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
The IAsyncOperationWithProgress<TResult,TProgress> interface that can be used to manage asynchronous operation.