'Declaration Public Overloads Function FindStart( _ ByVal startPageIndex As Integer, _ ByVal wholeDocument As Boolean, _ ByVal findParams As C1FindTextParams _ ) As C1FoundPosition
public C1FoundPosition FindStart( int startPageIndex, bool wholeDocument, C1FindTextParams findParams )
Parameters
- 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.
Return Value
The found text position.