'Declaration Public Function FindNextAsyncEx( _ ByVal initialPosition As C1FoundPosition, _ ByVal throwException As Boolean _ ) As IAsyncOperationWithProgress(Of C1FoundPosition,Double)
public IAsyncOperationWithProgress<C1FoundPosition,double> FindNextAsyncEx( C1FoundPosition initialPosition, bool throwException )
Parameters
- initialPosition
- 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
The IAsyncOperationWithProgress<TResult,TProgress> interface that can be used to manage asynchronous operation.