Initializes a new instance of
FindOptions with the specified
matchCase and
direction.
Namespace:
DotNetBrowser.Search
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.24.2
Syntax public FindOptions(
bool matchCase = false,
Direction direction = Direction.Forward
)
Parameters
- matchCase (Optional)
- Type: SystemBoolean
Indicates whether the search is case-sensitive. - direction (Optional)
- Type: DotNetBrowser.SearchDirection
The search direction.
See Also