[]
        
(Showing Draft Content)

C1.Document.C1FindTextParams

C1FindTextParams Class

Represents find text parameters.

Inheritance
C1FindTextParams
Namespace: C1.Document
Assembly: C1.Document.dll
Syntax
public class C1FindTextParams

Constructors

Name Description
C1FindTextParams(string, bool, bool)

Initializes a new instance of the C1FindTextParams class.

Properties

Name Description
MatchCase

Gets a value indicating whether to match case.

Text

Gets the text to find.

WholeWord

Gets a value indicating whether to match whole words only.