Click or drag to resize

FindOptions Constructor

Initializes a new instance of FindOptions with the specified matchCase and direction.

Namespace:  DotNetBrowser.Search
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.13.0
Syntax
C#
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