PrintDocument for WinForms | ComponentOne
C1.Win.PrintPreview.4.5.2 Assembly / C1.Win.C1Preview Namespace / C1PreviewPane Class / TextSearchAll Method
Text search arguments.

In This Topic
    TextSearchAll Method (C1PreviewPane)
    In This Topic
    Searches for all occurrences of a text in the document currently loaded in the current C1PreviewPane.
    Syntax
    'Declaration
     
    Public Function TextSearchAll( _
       ByVal tsa As C1TextSearchArgs _
    ) As C1TextFragment()
    public C1TextFragment[] TextSearchAll( 
       C1TextSearchArgs tsa
    )

    Parameters

    tsa
    Text search arguments.

    Return Value

    True if at least one occurrence of the search text was found, false otherwise.
    See Also