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 startPage, int endPage )
Parameters
- text
- Type: SystemString
Text to search for - matchCase
- Type: SystemBoolean
Match case - wholeWord
- Type: SystemBoolean
Match whole word - startPage
- Type: SystemInt32
Page on which to start search - endPage
- Type: SystemInt32
Page on which to end search
Return Value
Type: PdfMatchesText search matches
See Also