'Declaration Public Overloads Function FindStart( _ ByVal startPageIndex As Integer, _ ByVal scope As SearchScope, _ ByVal findParams As C1FindTextParams _ ) As C1FoundPosition
public C1FoundPosition FindStart( int startPageIndex, SearchScope scope, C1FindTextParams findParams )
Parameters
- startPageIndex
- 0-based index of the first page to search.
- scope
- The search scope.
- findParams
- The text search parameters.
Return Value
The found text position.