ComponentOne Document Library for UWP
FindStart(Int32,SearchScope,C1FindTextParams) Method

C1.UWP.Document Assembly > C1.Xaml.Document Namespace > C1TextSearchManager Class > FindStart Method : FindStart(Int32,SearchScope,C1FindTextParams) Method
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.
Syntax
'Declaration
 
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
)

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.
See Also

Reference

C1TextSearchManager Class
C1TextSearchManager Members
Overload List