Table of Contents

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)

Parameters

matchCase bool

Indicates whether the search is case-sensitive.

direction Direction

The search direction.