PdfPrintDocumentSearch Method (String, Boolean, Boolean, Int32)Terminal Works - PDF Printing.Net Library
Searches the PDF for the specified text.

Namespace: PdfPrintingNet
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.2.1.0 (5.2.1.0)
Syntax

public PdfMatches Search(
	string text,
	bool matchCase,
	bool wholeWord,
	int page
)

Parameters

text
Type: SystemString
Text to search for
matchCase
Type: SystemBoolean
Match case
wholeWord
Type: SystemBoolean
Match whole word
page
Type: SystemInt32
Page on which to search

Return Value

Type: PdfMatches
Text search matches
See Also

Reference