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

C1.Win.Document.6 アセンブリ > C1.Win.Document 名前空間 > C1TextSearchManager クラス > FindStartAsync メソッド : FindStartAsync(Int32,Boolean,C1FindTextParams,Boolean) メソッド
0-based index of the first page to search.
Indicates whether whole document should be loaded during searching or to the first fragment found.
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,Boolean,C1FindTextParams) method.
シンタックス
'宣言
 
Public Overloads Function FindStartAsync( _
   ByVal startPageIndex As System.Integer, _
   ByVal wholeDocument As System.Boolean, _
   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,
   System.bool wholeDocument,
   C1FindTextParams findParams,
   System.bool throwException
)

パラメータ

startPageIndex
0-based index of the first page to search.
wholeDocument
Indicates whether whole document should be loaded during searching or to the first fragment found.
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.
参照

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