'宣言 Public Overloads Function FindStartAsyncEx( _ ByVal startPageIndex As System.Integer, _ ByVal wholeDocument As System.Boolean, _ ByVal findParams As C1FindTextParams, _ ByVal throwException As System.Boolean _ ) As IAsyncOperationWithProgress(Of C1FoundPosition,Double)
'使用法 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 IAsyncOperationWithProgress(Of C1FoundPosition,Double) value = instance.FindStartAsyncEx(startPageIndex, wholeDocument, findParams, throwException)
public IAsyncOperationWithProgress<C1FoundPosition,double> FindStartAsyncEx( System.int startPageIndex, System.bool wholeDocument, C1FindTextParams findParams, System.bool throwException )
パラメータ
- startPageIndex
- 検索する最初のページの 0 ベースのインデックス。
- wholeDocument
- 検索中にドキュメント全体をロードするか、最初に見つかったフラグメントまでをロードするかを示す値。
- findParams
- テキスト検索パラメータ。
- throwException
- 検索中にドキュメントのアクセスエラーが発生した場合に例外を生成するかどうか。
戻り値の型
非同期操作を管理するために使用できる %IAsyncOperationWithProgress<C1FoundPosition, double>%インタフェース。