'宣言 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)
public System.Threading.Tasks.Task<C1FoundPosition> FindStartAsync( System.int startPageIndex, SearchScope scope, C1FindTextParams findParams, System.bool throwException )
パラメータ
- startPageIndex
- 0-based index of the first page to search.
- scope
- The search scope.
- findParams
- The text search parameters.
- throwException
- Whether to throw an exception if a document access error occurred while searching.
戻り値の型
Asynchronous object representing the found text position.