[]
        
(Showing Draft Content)

C1.WPF.Document.C1FindTextParams.-ctor

C1FindTextParams Constructor

C1FindTextParams(string, bool, bool)

Initializes a new instance of the C1FindTextParams class.

Declaration
public C1FindTextParams(string text, bool wholeWord, bool matchCase)
Parameters
Type Name Description
string text

The text to find.

bool wholeWord

Indicates whether to match whole words only.

bool matchCase

Indicates whether to match case.