Non-blocking (asynchronous) version of the
FindStart(Int32,Boolean,C1FindTextParams) method.
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.