Non-blocking (asynchronous) version of the
FindStart(Int32,SearchScope,C1FindTextParams) method.
'Declaration
Public Overloads Function FindStartAsync( _
ByVal As System.Integer, _
ByVal As SearchScope, _
ByVal As C1FindTextParams, _
ByVal As System.Boolean _
) As System.Threading.Tasks.Task(Of C1FoundPosition)
public System.Threading.Tasks.Task<C1FoundPosition> FindStartAsync(
System.int ,
SearchScope ,
C1FindTextParams ,
System.bool
)
Parameters
- startPageIndex
- 0-based index of the first page to search.
- scope
- The search scope.
- findParams
- The text search parameters.
- throwException
- Whether to throw an exception if a document access error occurred while searching.
Return Value
Asynchronous object representing the found text position.