ComponentOne Document Library for UWP
FindStartAsyncEx(Int32,Boolean,C1FindTextParams,Boolean) Method

C1.UWP.Document Assembly > C1.Xaml.Document Namespace > C1TextSearchManager Class > FindStartAsyncEx Method : FindStartAsyncEx(Int32,Boolean,C1FindTextParams,Boolean) Method
0-based index of the first page to search.
Indicates whether whole document should be loaded during searching or to the first fragment found.
The text search parameters.
Whether to throw an exception if a document access error occurred while searching.
Non-blocking (asynchronous) version of the FindStart(Int32,Boolean,C1FindTextParams) method.
Syntax
'Declaration
 
Public Overloads Function FindStartAsyncEx( _
   ByVal startPageIndex As System.Integer, _
   ByVal wholeDocument As System.Boolean, _
   ByVal findParams As C1FindTextParams, _
   ByVal throwException As System.Boolean _
) As Windows.Foundation.IAsyncOperationWithProgress(Of C1FoundPosition,Double)
public Windows.Foundation.IAsyncOperationWithProgress<C1FoundPosition,double> FindStartAsyncEx( 
   System.int startPageIndex,
   System.bool wholeDocument,
   C1FindTextParams findParams,
   System.bool throwException
)

Parameters

startPageIndex
0-based index of the first page to search.
wholeDocument
Indicates whether whole document should be loaded during searching or to the first fragment found.
findParams
The text search parameters.
throwException
Whether to throw an exception if a document access error occurred while searching.

Return Value

The %IAsyncOperationWithProgress<C1FoundPosition, double>% interface that can be used to manage asynchronous operation.
See Also

Reference

C1TextSearchManager Class
C1TextSearchManager Members
Overload List