C1.UWP.Document Assembly / C1.Xaml.Document Namespace / C1TextSearchManager Class / FindNext Method
C1FoundPosition object defines the position from which the search should be started.

In This Topic
FindNext Method
In This Topic
Finds the next occurrence of a text in the document.
Syntax
'Declaration
 
Public Function FindNext( _
   ByVal initialPosition As C1FoundPosition _
) As C1FoundPosition
 

Parameters

initialPosition
C1FoundPosition object defines the position from which the search should be started.

Return Value

The found text position.
See Also