'宣言 Public Overloads Function FindStart( _ ByVal startPageIndex As System.Integer, _ ByVal scope As SearchScope, _ ByVal findParams As C1FindTextParams _ ) As C1FoundPosition
public C1FoundPosition FindStart( System.int startPageIndex, SearchScope scope, C1FindTextParams findParams )
パラメータ
- startPageIndex
- 検索を開始するページの 0 から始まるインデックス。
- scope
- 検索範囲。
- findParams
- テキスト検索のパラメータ。
戻り値の型
見つかったテキストの位置。