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