[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.FindOptions

FindOptions Class

Represents options for a find operation.

Inheritance
FindOptions
Namespace: GrapeCity.Documents.Word
Assembly: DS.Documents.Word.dll
Syntax
public class FindOptions
Public Class FindOptions

Constructors

Name Description
FindOptions(DocumentBase)

Initializes a new instance of the FindOptions class.

Properties

Name Description
FormattingOptions

Gets the formatting options associated with the search.

IgnoreCase

Gets or sets a value indicating whether the search should ignore case.

The default is false.

RegularExpressions

Gets or sets a value indicating whether the search should use regular expressions. If true, the search pattern represents a .NET regular expression (see System.Text.RegularExpressions.Regex for details).

The default is false.

SearchBackwards

Gets or sets a value indicating whether the search should proceed from the end of the search range backwards.

The default is false.

UseCultureInvariant

Gets or sets a value indicating whether the search should use InvariantCulture.

The default is false (CultureInfo.CurrentCulture is used).