Searches for the next occurrence of search text.
Namespace: PdfViewerNet
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.2.1.0 (5.2.1.0)
Syntax
Parameters
- searchText
- Type: SystemString
The search text. - isCaseSensitive
- Type: SystemBoolean
if true search operation will be case sensitive - wholeWordOnly
- Type: SystemBoolean
if true only whole word will be found
See Also