PrintDocument for WinForms
TextSearchAll メソッド (C1PreviewPane)


C1.Win.PrintPreview.6 アセンブリ > C1.Win.C1Preview 名前空間 > C1PreviewPane クラス : TextSearchAll メソッド
Text search arguments.
Searches for all occurrences of a text in the document currently loaded in the current C1PreviewPane.
シンタックス
'宣言
 
Public Function TextSearchAll( _
   ByVal tsa As C1TextSearchArgs _
) As C1TextFragment()
'使用法
 
Dim instance As C1PreviewPane
Dim tsa As C1TextSearchArgs
Dim value() As C1TextFragment
 
value = instance.TextSearchAll(tsa)
public C1TextFragment[] TextSearchAll( 
   C1TextSearchArgs tsa
)

パラメータ

tsa
Text search arguments.

戻り値の型

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

C1PreviewPane クラス
C1PreviewPane メンバ