Found text event args
Namespace: PdfViewerNet
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.2.1.0 (5.2.1.0)
Syntax
public FoundTextEventArgs( string text, bool isCaseSensitive, bool wholeWord, bool isNextDirection, int page, bool avoidHighlight )
Parameters
- text
- Type: SystemString
Search text - isCaseSensitive
- Type: SystemBoolean
Is case sensitive - wholeWord
- Type: SystemBoolean
Search only whole words - isNextDirection
- Type: SystemBoolean
Is next find - page
- Type: SystemInt32
Page number - avoidHighlight
- Type: SystemBoolean
See Also