Searches the PDF for the specified text.
Namespace: PdfPrintingNet
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.2.1.0 (5.2.1.0)
Syntax
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: PdfMatchesText search matches
See Also