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

C1.UWP.Document Assembly > C1.Xaml.Document Namespace > C1TextSearchManager Class > FindStart Method : FindStart(Int32,Boolean,C1FindTextParams) Method
0-based index of the first page to search.
Indicates whether whole document should be loaded during searching or to the first fragment found.
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 wholeDocument As System.Boolean, _
   ByVal findParams As C1FindTextParams _
) As C1FoundPosition
public C1FoundPosition FindStart( 
   System.int startPageIndex,
   System.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.
See Also

Reference

C1TextSearchManager Class
C1TextSearchManager Members
Overload List