'宣言 Public Overloads Function FindStartAsync( _ ByVal startPageIndex As System.Integer, _ ByVal scope As SearchScope, _ 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 scope As SearchScope Dim findParams As C1FindTextParams Dim throwException As System.Boolean Dim value As System.Threading.Tasks.Task(Of C1FoundPosition) value = instance.FindStartAsync(startPageIndex, scope, findParams, throwException)
public System.Threading.Tasks.Task<C1FoundPosition> FindStartAsync( System.int startPageIndex, SearchScope scope, C1FindTextParams findParams, System.bool throwException )
パラメータ
- startPageIndex
- 検索する最初のページの 0 ベースのインデックス。
- scope
- 検索の範囲。
- findParams
- テキスト検索パラメータ。
- throwException
- 検索中にドキュメントのアクセスエラーが発生した場合に例外を生成するかどうか。
戻り値の型
見つかったテキストの位置を表す非同期のオブジェクト。