Non-blocking (asynchronous) version of the
FindPrevious method.
'Declaration
Public Function FindPreviousAsync( _
ByVal As C1FoundPosition, _
ByVal As System.Boolean _
) As System.Threading.Tasks.Task(Of C1FoundPosition)
public System.Threading.Tasks.Task<C1FoundPosition> FindPreviousAsync(
C1FoundPosition ,
System.bool
)
Parameters
- foundPosition
- C1FoundPosition object defines the position from which the search should be started.
- throwException
- Whether to throw an exception if a document access error occurred while searching.
Return Value
Asynchronous object representing the found text position.