'宣言 Public Overloads Function FindStart( _ ByVal startPageIndex As System.Integer, _ ByVal scope As SearchScope, _ ByVal findParams As C1FindTextParams _ ) As C1FoundPosition
'使用法 Dim instance As C1TextSearchManager Dim startPageIndex As System.Integer Dim scope As SearchScope Dim findParams As C1FindTextParams Dim value As C1FoundPosition value = instance.FindStart(startPageIndex, scope, findParams)
public C1FoundPosition FindStart( System.int startPageIndex, SearchScope scope, C1FindTextParams findParams )
パラメータ
- startPageIndex
- 0-based index of the first page to search.
- scope
- The search scope.
- findParams
- The text search parameters.
戻り値の型
The found text position.