.NET Framework Class Library

TextSearchOptions Enumeration

<< Click to Display Table of Contents >>

Navigation:  Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Core Namespace >

.NET Framework Class Library

TextSearchOptions Enumeration

Defines the text search options.

Namespace: Gnostice.Core

Assembly:  Gnostice.Core (in Gnostice.Core.dll)

Syntax

Visual Basic

<FlagsAttribute> _
Public Enumeration TextSearchOptions

C#

[FlagsAttribute]
public enum TextSearchOptions

Visual C++

[FlagsAttribute]
public enum class TextSearchOptions

Members


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.

See Also

Gnostice.Core Namespace