FlexReport for WPF
FindStartAsync(Int32,Boolean,C1FindTextParams,Boolean) メソッド


C1.WPF.Document.4.6.2 アセンブリ > C1.WPF.Document 名前空間 > C1TextSearchManager クラス > FindStartAsync メソッド : FindStartAsync(Int32,Boolean,C1FindTextParams,Boolean) メソッド
検索を開始するページの 0 から始まるインデックス。
検索中にドキュメント全体をロードするか、最初に見つかったフラグメントまでをロードするかを示します。
テキスト検索のパラメータ。
C1TextSearchManager.FindStartAsyncメソッドの非ブロック(非同期)バージョン。
シンタックス
'宣言
 
Public Overloads Function FindStartAsync( _
   ByVal startPageIndex As System.Integer, _
   ByVal wholeDocument As System.Boolean, _
   ByVal findParams As C1FindTextParams, _
   ByVal throwException As System.Boolean _
) As System.Threading.Tasks.Task(Of C1FoundPosition)
'使用法
 
Dim instance As C1TextSearchManager
Dim startPageIndex As System.Integer
Dim wholeDocument As System.Boolean
Dim findParams As C1FindTextParams
Dim throwException As System.Boolean
Dim value As System.Threading.Tasks.Task(Of C1FoundPosition)
 
value = instance.FindStartAsync(startPageIndex, wholeDocument, findParams, throwException)
public System.Threading.Tasks.Task<C1FoundPosition> FindStartAsync( 
   System.int startPageIndex,
   System.bool wholeDocument,
   C1FindTextParams findParams,
   System.bool throwException
)

パラメータ

startPageIndex
検索を開始するページの 0 から始まるインデックス。
wholeDocument
検索中にドキュメント全体をロードするか、最初に見つかったフラグメントまでをロードするかを示します。
findParams
テキスト検索のパラメータ。
throwException

戻り値の型

見つかったテキストの位置を表す非同期のオブジェクト。
参照

C1TextSearchManager クラス
C1TextSearchManager メンバ
オーバーロード一覧