NotFoundTextEventArgs constructor
Namespace: PdfViewerNet
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.2.1.0 (5.2.1.0)
Syntax
public NotFoundTextEventArgs( string text, bool isCaseSensitive, bool wholeWord, bool isNextDirection, bool avoidDisplayingDialog )
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 - avoidDisplayingDialog
- Type: SystemBoolean
If true, it doesn't display dialog with message Text not found
See Also