Non-blocking (asynchronous) version of the
FindStartAsync method.
'Declaration
Public Function FindStartAsync( _
ByVal As System.Integer, _
ByVal As System.Boolean, _
ByVal As C1FindTextParams, _
ByVal As System.Boolean _
) As System.Threading.Tasks.Task(Of C1FoundPosition)
public System.Threading.Tasks.Task<C1FoundPosition> FindStartAsync(
System.int ,
System.bool ,
C1FindTextParams ,
System.bool
)
Parameters
- startPageIndex
- 0-based index of page where to start the search.
- wholeDocument
- Indicates whether whole document should be loaded during searching or to the first fragment found.
- findParams
- Find text parameters.
- throwException
Return Value
Asynchronous object representing the found text position.