Document Library for WinForms
FindStartAsyncEx(Int32,SearchScope,C1FindTextParams,Boolean) メソッド

C1.Win.Document.6 アセンブリ > C1.Win.Document 名前空間 > C1TextSearchManager クラス > FindStartAsyncEx メソッド : FindStartAsyncEx(Int32,SearchScope,C1FindTextParams,Boolean) メソッド
0-based index of the first page to search.
The search scope.
The text search parameters.
Whether to throw an exception if a document access error occurred while searching.
Non-blocking (asynchronous) version of the FindStart(Int32,SearchScope,C1FindTextParams) method.
シンタックス
'宣言
 
Public Overloads Function FindStartAsyncEx( _
   ByVal startPageIndex As System.Integer, _
   ByVal scope As SearchScope, _
   ByVal findParams As C1FindTextParams, _
   ByVal throwException As System.Boolean _
) As IAsyncOperationWithProgress(Of C1FoundPosition,Double)
public IAsyncOperationWithProgress<C1FoundPosition,double> FindStartAsyncEx( 
   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.

戻り値の型

The %IAsyncOperationWithProgress<C1FoundPosition, double>% interface that can be used to manage asynchronous operation.
参照

C1TextSearchManager クラス
C1TextSearchManager メンバ
オーバーロード一覧