Constructor FindOptions
- Namespace
- DotNetBrowser.Search
- Assembly
- DotNetBrowser.dll
FindOptions(bool, Direction)
Initializes a new instance of FindOptions with the specified matchCase
and
direction
.
public FindOptions(bool matchCase = false, Direction direction = Direction.Forward)