Table of Contents
PdfViewer.StartFindSession Method 

Starts a new find session.

Syntax
 public FindSession StartFindSession(
   string text,
   bool matchCase = false
);

Parameters

text
The text to be searched for.
matchCase
Whether to match case.

Return Value

Returns a FindSession object that can be used to navigate the find result.

See Also