FlexReport for WinForms | ComponentOne
C1.Win.C1Document.4.5.2 Assembly / C1.Win.C1Document Namespace / C1TextSearchManager Class / FindNextAsyncEx Method
C1FoundPosition object defines the position from which the search should be started.
Whether to throw an exception if a document access error occurred while searching.

In This Topic
    FindNextAsyncEx Method (C1TextSearchManager)
    In This Topic
    Non-blocking (asynchronous) version of the FindNext method.
    Syntax

    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.
    See Also