C1.WPF.Document.4 Assembly > C1.WPF.Document Namespace > C1TextSearchManager Class > FindStartAsyncEx Method : FindStartAsyncEx(Int32,SearchScope,C1FindTextParams,Boolean) Method |
'Declaration Public Overloads Function FindStartAsyncEx( _ ByVal startPageIndex As System.Integer, _ ByVal scope As SearchScope, _ ByVal findParams As C1FindTextParams, _ ByVal throwException As System.Boolean _ ) As IAsyncOperationWithProgress(Of C1FoundPosition,Double)
public IAsyncOperationWithProgress<C1FoundPosition,double> FindStartAsyncEx( System.int startPageIndex, SearchScope scope, C1FindTextParams findParams, System.bool throwException )