.NET Framework Class Library
TextSearchOptions Enumeration
|
<< Click to Display Table of Contents >> Navigation: Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Core Namespace > TextSearchOptions Enumeration |
Defines the text search options.
Namespace: Gnostice.Core
Assembly: Gnostice.Core (in Gnostice.Core.dll)
Visual Basic |
<FlagsAttribute> _ |
C# |
[FlagsAttribute] |
Visual C++ |
[FlagsAttribute] |
Member name |
Value |
Description |
|
None |
0 |
||
CaseSensitive |
1 |
Whether the search should match the case of the text being search. |
|
WholeWord |
2 |
Whether the search should treat the text being searched as a whole word. |
|
WrapAround |
4 |
Whether the search should continue from the other end of the document once it goes past the beginning or end of the document. |