[]
Non-blocking (asynchronous) version of the FindPrevious(C1FoundPosition) method.
public IAsyncOperationWithProgress<C1FoundPosition, double> FindPreviousAsyncEx(C1FoundPosition initialPosition, bool throwException)
Type | Name | Description |
---|---|---|
C1FoundPosition | initialPosition | 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 |
---|---|
IAsyncOperationWithProgress<C1FoundPosition, double> | The IAsyncOperationWithProgress<TResult, TProgress> interface that can be used to manage asynchronous operation. |