[]
Represents options for a find operation.
public class FindOptions
Public Class FindOptions
Name | Description |
---|---|
FindOptions(DocumentBase) | Initializes a new instance of the FindOptions class. |
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). |