[]
        
(Showing Draft Content)

C1.Win.C1Preview.C1TextSearchArgs

C1TextSearchArgs Class

Represents text search arguments, such as used by TextSearch(C1TextSearchArgs) method.

Inheritance
C1TextSearchArgs
Namespace: C1.Win.C1Preview
Assembly: C1.Win.PrintPreview.8.dll
Syntax
public class C1TextSearchArgs

Constructors

Name Description
C1TextSearchArgs()

Fields

Name Description
Forward

Value indicating whether to search forward.

FromTop

Value indicating whether to search from the top of the document.

IgnoreCase

Value indicating whether to ignore case.

Text

The search string.

WholeWord

Value indicating whether to search for whole words only.