'宣言 Public Overloads Function FindStart( _ ByVal startPageIndex As System.Integer, _ ByVal wholeDocument As System.Boolean, _ ByVal findParams As C1FindTextParams _ ) As C1FoundPosition
public C1FoundPosition FindStart( System.int startPageIndex, System.bool wholeDocument, C1FindTextParams findParams )
パラメータ
- 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.
戻り値の型
The found text position.