[]
        
(Showing Draft Content)

C1.WPF.PdfViewer.C1PdfViewer.FindNext

FindNext Method

FindNext()

Go to the next occurrence of FindText.

Declaration
public void FindNext()

FindNext(IList<FrameworkElement>)

Go to the next occurrence of FindText in the specialized pages.

Declaration
public FindInfo FindNext(IList<FrameworkElement> source)
Parameters
Type Name Description
IList<FrameworkElement> source
Returns
Type Description
FindInfo