PdfViewerSearchPrevious Method Terminal Works - PDF Printing.Net Library
Searches for the previous occurrence of search text.

Namespace: PdfViewerNet
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.1.1.0 (5.1.1.0)
Syntax

public void SearchPrevious(
	string searchText,
	bool isCaseSensitive,
	bool wholeWordOnly
)

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

Reference