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

C1.Win.Document.6 アセンブリ > C1.Win.Document 名前空間 > C1TextSearchManager クラス > FindStart メソッド : FindStart(Int32,SearchScope,C1FindTextParams) メソッド
0-based index of the first page to search.
The search scope.
The text search parameters.
Finds the first occurrence of a text in the document.
シンタックス
'宣言
 
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-based index of the first page to search.
scope
The search scope.
findParams
The text search parameters.

戻り値の型

The found text position.
参照

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