[]
Non-blocking (asynchronous) version of the FindPrevious(C1FoundPosition) method.
public Task<C1FoundPosition> FindPreviousAsync(C1FoundPosition foundPosition, bool throwException)
Type | Name | Description |
---|---|---|
C1FoundPosition | foundPosition | C1FoundPosition object defines the position from which the search should be started. |
bool | throwException | Whether to throw an exception if a document access error occurred while searching. |
Type | Description |
---|---|
Task<C1FoundPosition> | Asynchronous object representing the found text position. |